@charset "UTF-8";
/*! 
 * OverlayScrollbars
 * Version: 2.11.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before,
.os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) -
      (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none !important;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

/* reset */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: content-box;
}

*:disabled,
*[disabled] {
  cursor: default;
  pointer-events: none;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  font-weight: 400;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
span,
small,
strong,
form,
fieldset,
legend,
select,
button,
input,
textarea,
figure,
figcaption {
  margin: 0;
  margin-block: 0;
  padding: 0;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  word-wrap: break-word;
  word-break: keep-all;
  border: 0 none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  box-shadow: none;
  outline: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

a,
a:focus,
a:active,
a:hover {
  outline: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

select::-ms-expand {
  display: none;
}

input,
select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  outline: 0 none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
  object-fit: cover;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

textarea:not([rows]) {
  min-height: 10em;
}

input:focus,
input:active {
  border: 0 none;
  outline: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.app-page-wrap input:-internal-autofill-selected,
.app-page-wrap input,
.app-page-wrap input:-webkit-autofill,
.app-page-wrap input:autofill {
  background-color: transparent !important;
  appearance: none !important;
  padding-block: 0;
  padding-inline: 0;
}

a,
input,
label,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: transparent;
}

/* color-set */
:root {
  --theme-base: 148, 78, 252;
  --theme-font-base: 151, 78, 248;
  --theme-mgt: 230, 95, 155;
  --theme: rgba(var(--theme-base), 1);
  --theme-font: rgba(var(--theme-font-base), 1);
  --theme-font-60: rgba(var(--theme-font-base), 0.6);
  --theme-disabled: rgba(var(--theme-base), 0.3);
  --theme-press: rgba(var(--theme-base), 0.3);
  --theme-line: rgba(var(--theme-base), 0.5);
  --theme-bg: rgba(var(--theme-base), 0.1);
  --theme-bg-2: rgba(var(--theme-base), 0.2);
  --theme-bg-6: rgba(var(--theme-base), 0.6);
  --theme-bg-03: rgba(var(--theme-base), 0.03);
  --theme-bg-05: rgba(var(--theme-base), 0.05);
  --theme-btn-line: rgba(var(--theme-base), 0.2);
  --theme-list-stroke: rgba(var(--theme-base), 0.05);
  --warning: rgba(var(--theme-mgt), 1);
  --theme-chat-bubble: rgba(164, 132, 248, 1);
  --error: rgba(var(--theme-mgt), 1);
  --empty-bg: rgb(238, 238, 238);
  --empty-bg-02: rgba(0, 0, 0, 0.02);
  --container-bg: rgb(248, 248, 248);
  --white: rgb(255, 255, 255);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-dimmed: rgba(255, 255, 255, 0.7);
  --white-dimmed-02: rgba(255, 255, 255, 0.8);
  --white-press: rgba(255, 255, 255, 0.3);
  --black: rgba(0, 0, 0, 1);
  --main-font: rgba(0, 0, 0, 1);
  --sub-main-font: rgba(0, 0, 0, 0.7);
  --sub-main-font-02: rgba(0, 0, 0, 0.8);
  --sub-font: rgba(0, 0, 0, 0.5);
  --added-font: rgba(0, 0, 0, 0.3);
  --added-font-20: rgba(0, 0, 0, 0.2);
  --stit-font: rgba(0, 0, 0, 0.5);
  --divider-bar: rgba(0, 0, 0, 0.15);
  --disabled: rgba(0, 0, 0, 0.1);
  --disabled-15: rgba(0, 0, 0, 0.15);
  --dimed: rgba(0, 0, 0, 0.7);
  --dimed-5: rgba(0, 0, 0, 0.5);
  --coach-screen-dimed: rgba(0, 0, 0, 0.8);
  --error-dimed: rgba(0, 0, 0, 0.9);
  --visual-dim: rgba(0, 0, 0, 0.1);
  --visual-dim-20: rgba(0, 0, 0, 0.2);
  --input-icon: rgba(0, 0, 0, 0.2);
  --input-icon-30: rgba(0, 0, 0, 0.3);
  --input-press: rgba(250, 250, 250, 1);
  --input-press-02: rgba(0, 0, 0, 0.02);
  --input-disabled: rgba(0, 0, 0, 0.2);
  --search-input: rgba(245, 245, 245, 1);
  --input-bg: rgba(245, 245, 245, 1);
  --line: rgba(238, 238, 238, 1);
  --header-line: rgba(0, 0, 0, 0.05);
  --divider-line: rgba(0, 0, 0, 0.05);
  --content-box-bg: rgba(248, 248, 248, 1);
  --content-box-bg02: rgba(245, 245, 245, 1);
  --content-box-bg03: rgba(250, 250, 250, 1);
  --footer-box-bg: rgba(240, 240, 240, 1);
  --scroll-track: rgba(255, 255, 255, 0);
  --scroll-thumb: rgba(0, 0, 0, 0.2);
  --coin: rgba(255, 215, 0, 1);
  --coin-disabled: rgb(220, 220, 220);
  --list-stroke: rgba(0, 0, 0, 0.05);
  --list-stroke-10: rgba(0, 0, 0, 0.1);
  --list-glow: rgba(0, 0, 0, 0.05);
  --list-glow-02: rgba(0, 0, 0, 0.02);
  --list-glow-04: rgba(0, 0, 0, 0.04);
  --list-glow-10: rgba(0, 0, 0, 0.1);
  --bg-bubble: #fcf9ff;
  --ic-bubble: 148, 78, 252;
  --bg-bubble-live: #fef9fc;
  --ic-bubble-live: 225, 75, 145;
  --bg-bubble-font: #fafcff;
  --ic-bubble-font: 81, 149, 252;
  --bg-emoticon: #fbfdf8;
  --ic-emoticon: 115, 180, 40;
  --payco: #ff2233;
  --kakaopay: #ffeb00;
  --paypal: #003087;
  --alipay: #1677ff;
}

:root {
  color-scheme: only light;
  --res: 50px;
}
@media (max-width: 767px) {
  :root {
    --res: min(calc(var(--fs) * 100px), calc((5 / 36) * 100vw));
  }
}

body {
  opacity: 0;
}

.init body {
  opacity: 1;
}

html,
body {
  width: 100%;
  font-size: var(--res);
  max-height: 100%;
  overflow: hidden;
  line-height: normal;
  touch-action: manipulation;
}

html.keyboard-open {
  touch-action: none;
  overscroll-behavior: none;
}

* {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.resizing * {
  transition: none !important;
}

.page-body > * {
  flex: none;
}

.page-body {
  flex: auto 1 0;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.scroller .page-body {
  overflow: visible;
}

.page-body .inner-wrap {
  box-sizing: border-box;
  max-width: calc(var(--fs) * 1536px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-contents-wrap {
  flex: auto 1 0;
  display: flex;
  flex-direction: column;
  min-height: 8.4rem;
}
@media (min-width: 768px) {
  .page-contents-wrap {
    min-height: 14.4rem;
  }
}
@media (min-width: 768px) {
  .header:not(.through) + .scroller .page-contents-wrap {
    min-height: 12.4rem;
  }
}
.page-contents-wrap > div:last-child.empty-space {
  min-height: 1.2rem;
}

*[data-role=container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1279px) {
  *[data-role=container] {
    max-width: 14rem;
  }
}
@media (min-width: 1280px) {
  *[data-role=container] {
    max-width: 20.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  *[data-role=container] [data-role=container-full] {
    margin-left: calc((100vw - 14rem) / 2 * -1);
    margin-right: calc((100vw - 14rem) / 2 * -1);
  }
}
@media (min-width: 1280px) {
  *[data-role=container] [data-role=container-full] {
    margin-left: calc((100vw - 20.8rem) / 2 * -1);
    margin-right: calc((100vw - 20.8rem) / 2 * -1);
  }
}

strong {
  font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
  font-size: 0 !important;
  line-height: 0 !important;
  appearance: none !important;
  border: 0 none;
  outline: none;
  position: absolute;
  opacity: 0;
}

input[type=password] {
  -moz-text-security: disc;
  -webkit-text-security: disc;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}
.align-c.list-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .mo-hidden {
    display: none;
  }
}

.pdt-0 {
  padding-top: 0 !important;
}

.w-108 {
  width: 2.16rem !important;
}
.w-134 {
  width: 2.68rem !important;
}
.w-160 {
  width: 3.2rem !important;
}
.w-210 {
  width: 4.2rem !important;
}
.w-320 {
  width: 6.4rem !important;
}

.py-12 {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.mt-12 {
  margin-top: 0.24rem !important;
}

.screen-out {
  position: absolute;
  display: block;
  right: 100%;
  bottom: 100%;
  width: 0.01rem;
  height: 0.01rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.scroller-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  touch-action: pan-y;
}

.scroller {
  flex: 1;
}
.scroller .os-scrollbar-wrap {
  flex: 1;
  overflow-y: auto;
  display: flex;
  scrollbar-width: none;
  flex-direction: column;
  overflow-x: hidden;
  z-index: auto;
}
.scroller .os-scrollbar-wrap > .page-body {
  flex: 1;
}
.scroller .my-scroll-theme.os-scrollbar {
  z-index: 10;
  --os-size: 0.06rem;
  --os-padding-axis: 0.06rem;
  --os-padding-perpendicular: 0.06rem;
  --os-handle-bg: var(--scroll-thumb);
  --os-handle-border-radius: calc(var(--os-size) * 0.5);
  --os-handle-bg-active: var(--scroll-thumb);
  --os-handle-bg-hover: var(--scroll-thumb);
}
@media (min-width: 768px) {
  .scroller .my-scroll-theme.os-scrollbar {
    --os-size: 0.12rem;
  }
}

@media (min-width: 768px) {
  button:focus-visible,
  a:focus-visible,
  [tabindex]:not(input):focus-visible {
    outline: 2px solid var(--added-font);
    outline-offset: -2px;
  }
}

.theme {
  color: var(--theme-font);
}

.divider {
  display: block;
  height: 0.01rem;
  position: relative;
  width: calc(100% - 0.8rem);
  margin: 0.055rem auto;
  border: 0 none;
}

.divider {
  background-color: var(--line);
}

.divider-box {
  background-color: var(--content-box-bg);
}

.flex-wrap {
  display: flex;
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.f-theme {
  color: var(--theme) !important;
}

.empty-space {
  flex: 1;
  min-height: 0.8rem;
  padding: 0 !important;
}

.content-box + .empty-space {
  flex: none;
}

.empty-space.min {
  min-height: auto;
}

.top-visual {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page-visual {
  margin: 0 auto;
  padding: 0.6rem 0 0.4rem;
}

.search-bar {
  padding: 0.22rem 0.4rem;
}

.search-bar > .frm-box.search {
  width: calc(100% - 0.48rem);
}

p.common + .btn-area {
  padding: 0.08rem 0 0.24rem;
}

/* elements */
/* scroller */
.scroller .group + .group-name:before {
  right: 0.22rem;
}

.scroller .group-name {
  padding-right: 0.22rem;
}

.scroller .option-btn {
  padding-right: 0.2rem;
}

.scroller .no-data-text {
  display: none;
  flex: 1;
}

.scroller.no-result {
  overflow: hidden;
}

.scroller.no-result > * {
  display: none;
}

.scroller.no-result > .no-data-text {
  display: table;
}

.inner-wrap .name a:before {
  background-color: var(--added-font);
}

.added-info {
  color: var(--added-font);
}

.frm-box .svg,
.frm-box .svg .cls-0 {
  fill: var(--input-icon);
}

.frm-box input[type=text] + button + button .cls-0 {
  fill: var(--theme-font);
}

.select .icon .cls-0 {
  fill: var(--black);
}

input + label .frm-icon .off .cls-0 {
  fill: var(--input-icon);
}

input + label .frm-icon .on .cls-0 {
  fill: var(--theme-font);
}

.list-item.menu .arrow .svg {
  color: var(--theme);
}

.list-item .arrow .svg {
  fill: var(--input-icon);
}

.content-title .arrow .svg {
  fill: var(--input-icon);
}

.full-container.page-body {
  height: 100% !important;
}
.full-container.page-body .page-contents-wrap {
  height: 100%;
}
.full-container.page-body .button-box {
  margin-top: 0;
}
.full-container.page-body .fade-edge:last-child {
  margin-bottom: 0.6rem;
}
.full-container .inner-wrap {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.full-container .content {
  padding: 0 0.6rem;
}
.full-container .content > * {
  word-break: break-all;
}
.full-container .content .common {
  font-size: 0.3rem;
  line-height: 0.44rem;
}
.full-container > div:last-child.empty-space {
  min-height: 1.2rem;
  flex: none;
}
.full-container .sub {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--main-font);
}
.full-container .scroller-wrap {
  position: relative;
}
.full-container .scroller-wrap > .empty-space:last-child {
  flex: none;
  min-height: 0.72rem;
}
.full-container .scroller-wrap .fade-edge {
  position: relative;
}
.full-container .scroller-wrap .fade-edge:before,
.full-container .scroller-wrap .fade-edge:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.full-container .scroller-wrap .fade-edge:before {
  top: -0.01rem;
  opacity: 0;
}
.full-container .scroller-wrap .fade-edge:after {
  top: 100%;
  margin-top: -1.6002rem;
}
.full-container .scroller-wrap .fade-edge.no-top:before {
  opacity: 1;
}
.full-container .scroller-wrap .fade-edge.is-btm:after {
  opacity: 0;
}
.full-container .scroller-wrap .fade-edge:before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
.full-container .scroller-wrap .fade-edge:after {
  background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
.full-container .scroller-wrap .fade-edge {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.full-container .scroller-wrap .fade-edge > .scroller,
.full-container .scroller-wrap .fade-edge .os-scrollbar-wrap {
  height: 100%;
  display: block;
}
.full-container .button-box .txt-link {
  padding-top: 0.24rem;
}
.toc-container h3 {
  font-size: 0.3rem;
  font-weight: 700;
}
.toc-container .toc-wrap {
  padding: 0.6rem;
  margin-bottom: 0.6rem;
  border-radius: 0.24rem;
  background: var(--empty-bg-02);
  font-size: 0.3rem;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.5;
}
.toc-container .toc-wrap a {
  word-break: break-all;
}
.toc-container .toc-wrap li + li {
  margin-top: 0.24rem;
}

@media (max-width: 767px) {
  .pc-border > .empty-space:last-of-type {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .pc-border {
    position: relative;
    width: 100%;
    max-width: 13.2rem;
    margin: 0 auto;
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
  }
  .pc-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0.02rem solid var(--list-stroke);
    border-radius: 0.4rem;
    box-sizing: border-box;
    pointer-events: none;
  }
  .pc-border > .tab-nav {
    padding: 0 0.4rem;
    margin: 0 -0.4rem;
  }
  .pc-border .btn,
  .pc-border .btn-outline {
    max-width: 6.4rem;
  }
}

body {
  color: var(--text);
}

.app-page-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}

.app-page-wrap {
  background: var(--white);
}

.app-page-wrap *[data-role=container].bg,
.app-page-wrap .page-body.bg {
  background: var(--container-bg);
}

.app-page-wrap > .scroller {
  background: var(--white);
}

.header,
.footer {
  flex: none;
  position: relative;
  width: 100%;
}

.header {
  z-index: 10;
}

.header.through {
  margin-bottom: -2rem;
}
@media (max-width: 767px) {
  .header.through {
    margin-bottom: -1.36rem;
  }
}

.header .top-ui {
  display: flex;
  height: 1.12rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header .top-ui.is-scrolled {
  background-color: var(--white) !important;
  box-shadow: 0 0.08rem 0.08rem var(--list-glow);
  transition: opacity 0.15s ease-out;
}
.header.through .top-ui.titleHidden.is-scrolled {
  box-shadow: unset;
  background-color: unset !important;
  transition: opacity 0.15s ease-out;
}
.header.through .top-ui.visualHeaderOn {
  background-color: unset !important;
  transition: opacity 0.15s ease-out;
}

.top-ui {
  transition: background-color 0.25s ease-out;
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
}
@media (max-width: 767px) {
  .top-ui {
    padding-top: 0.24rem;
    padding-bottom: 0;
  }
}

.top-ui > .button-box {
  width: auto;
  padding: 0 0.16rem;
  min-width: 1.76rem;
  box-sizing: content-box;
  gap: 0.08rem;
}
.top-ui > .button-box:first-child {
  justify-content: flex-start;
}
.top-ui > .button-box:last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .top-ui > .button-box {
    padding: 0 0.4rem;
  }
}

.top-ui .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}

.header .cls-0 {
  stroke-width: 0.5px;
  stroke: currentColor;
}

.top-ui .page-name {
  text-align: center;
  flex: 1;
  line-height: 1.5;
  font-size: 0.36rem;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.15s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-ui .page-name {
    font-weight: 800;
    font-size: 0.4rem;
  }
}

.top-ui.titleHidden .page-name {
  opacity: 0;
}

.through .top-ui {
  background-color: transparent !important;
  text-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.25);
}
.through .top-ui[data-rgb="0, 0, 0"] .cls-0 {
  filter: none !important;
}

.through .top-ui.filled {
  background-color: var(--white) !important;
  color: var(--main-font) !important;
  text-shadow: none;
}

.header:not(.through) .top-ui .cls-0 {
  filter: none;
}

.through .top-ui.filled .cls-0 {
  fill: var(--main-font) !important;
  filter: none !important;
}

.footer-box {
  position: relative;
  flex: none;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
}

.footer {
  background: var(--footer-box-bg);
}

.footer .btn {
  border-radius: 0 1.5em 0 0;
}

.footer-box .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem 0;
  row-gap: 0.2rem;
  color: var(--added-font);
  position: relative;
}
.footer-box .links::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: calc(100% + 0.08rem);
  position: absolute;
  top: -0.04rem;
  left: -0.26rem;
  background: var(--footer-box-bg);
  z-index: 1;
}
.footer-box .links strong {
  color: var(--sub-font);
}

.footer-box .ci {
  width: 1.04rem;
  height: auto;
  margin-bottom: 0.6rem;
}

.footer-box .links a,
.footer-box .links .select-box {
  font-size: 0.22rem;
  line-height: 0.28rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.26rem;
  margin-left: -0.26rem;
  padding-left: 0.26rem;
  text-indent: 0;
}
.footer-box .links a::before,
.footer-box .links .select-box::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.12rem);
  left: 0.13rem;
  height: 0.24rem;
  width: 0.02rem;
  background-color: var(--divider-bar);
}

.footer-box .ui-btn {
  display: block;
  border-radius: 100%;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0.92rem auto 0.12rem;
}

.footer-box .ui-btn[name=ui-top] .svg {
  transform: rotate(-90deg);
}

.footer-box p {
  color: var(--added-font);
}

.footer-box .ui-btn {
  background-color: var(--white);
  box-shadow: 0 0.02rem 0.06rem var(--input-icon);
}

.footer-box .ui-btn:active {
  opacity: 0.5;
}

.footer-box .accordion-ui {
  padding: 0.24rem 0;
}
.footer-box .accordion-ui .controls {
  padding: 0;
  font-size: 0.24rem;
  font-weight: bold;
}
.footer-box .accordion-ui .controls p {
  color: var(--sub-font);
}
.footer-box .accordion-ui .content.view {
  font-size: 0.22rem;
}
.footer-box .accordion-ui.opened .content.view {
  padding-top: 0;
  padding-bottom: 0.24rem;
}
.footer-box .business-info {
  color: var(--added-font);
}
.footer-box .business-info li {
  margin-top: 0.2rem;
  line-height: 0.28rem;
  text-decoration: none;
}
.footer-box .business-info strong {
  padding-right: 0.4em;
}
.footer-box .business-info .sub {
  margin-top: 0.12rem;
}
@media (min-width: 1280px) {
  .footer-box .select-group {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
  }
  .footer-box .accordion-ui .controls {
    pointer-events: none;
  }
  .footer-box .accordion-ui .arrow {
    display: none;
  }
  .footer-box .accordion-ui .content.view {
    opacity: 1;
    max-height: max-content;
    height: max-content;
    transform: translateY(0);
    transform: translateY(0) scaleY(100%);
  }
  .footer-box .business-info {
    display: inline-grid;
    column-gap: 0.6rem;
    grid-template-columns: repeat(3, minmax(4.8rem, auto));
    grid-template-areas: "order1 order4 order7" "order2 order5 order7" "order3 order6 order7";
    grid-template-rows: repeat(2, auto) 1fr;
  }
  .footer-box .business-info li:nth-child(1) {
    grid-area: order1;
  }
  .footer-box .business-info li:nth-child(2) {
    grid-area: order2;
  }
  .footer-box .business-info li:nth-child(3) {
    grid-area: order3;
  }
  .footer-box .business-info li:nth-child(4) {
    grid-area: order4;
  }
  .footer-box .business-info li:nth-child(5) {
    grid-area: order5;
  }
  .footer-box .business-info li:nth-child(6) {
    grid-area: order6;
  }
  .footer-box .business-info li:nth-child(7) {
    grid-area: order7;
  }
  .footer-box .ui-btn {
    margin-right: 0;
  }
}

.loading-wrap {
  position: relative;
}
.loading-wrap .loading.isOverlay {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 99;
}

.loading {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading.visible {
  display: flex;
  z-index: 99;
  pointer-events: all !important;
}
.loading.dimmed {
  background-color: var(--white-dimmed);
}
.app-page-wrap > .loading {
  position: fixed;
  inset: 0;
  z-index: 99;
}

/* Loader Spinner */
.loader-spinner .indicator-setter {
  width: 0.72rem;
  height: 0.72rem;
  transform: translateX(0.32rem);
}
.loader-spinner .segment {
  position: absolute;
  height: 12px;
  width: 5px;
  background-color: var(--theme-line);
  border-radius: 10px;
  -webkit-transform-origin-y: 146%;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: throbber;
}
.loader-spinner .segment:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0ms;
}
.loader-spinner .segment:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: 100ms;
}
.loader-spinner .segment:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: 200ms;
}
.loader-spinner .segment:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: 300ms;
}
.loader-spinner .segment:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: 400ms;
}
.loader-spinner .segment:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: 500ms;
}
.loader-spinner .segment:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: 600ms;
}
.loader-spinner .segment:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 700ms;
}
@keyframes throbber {
  0% {
    background-color: var(--theme);
  }
  50% {
    background-color: var(--theme-line);
  }
}

/* Circular Loader */
.loader-circular {
  position: relative;
  margin: 0 auto;
  width: 0.84rem;
  height: 0.84rem;
}
.loader-circular:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loader-circular .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.loader-circular .circular-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
/* ###Daftlab 241106 START */
/* loading */
.contents-container {
  padding: 0.24rem 0;
}

p.dot {
  position: relative;
  padding-left: 0.16rem;
  line-height: 0.28rem;
}
p.dot + .dot {
  margin-top: 0.12rem;
}

p.dot:before {
  background-color: var(--added-font);
}

p.dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.02rem;
  border-radius: 100%;
}

p.common {
  flex: none;
  display: block;
  font-weight: 400;
  height: auto;
}

.no-data-text {
  display: table;
}

.no-data-text > .aligner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0.28rem;
  line-height: 0.32rem;
}

.btn-area {
  text-align: center;
}

[class*=button-box] {
  flex: none;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 0.32rem;
  width: 100%;
  box-sizing: border-box;
}
[class*=button-box].column {
  flex-direction: column;
  align-items: center;
}
[class*=button-box].column button {
  width: 100%;
}

.page-body .button-box {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-top: 0.8rem;
}
.page-body .button-box.py-12 {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
  margin-top: 0 !important;
}
.page-body .button-box.py-12.column {
  column-gap: 0.48rem;
}
.page-body .button-box.py-15 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  margin-top: 0 !important;
}
.page-body .button-box.mb-30 {
  margin-bottom: 0.6rem !important;
}
.page-body .button-box.full-sized {
  padding: 0 !important;
}
.page-body .button-box.full-sized .btn.round-r {
  border-radius: 0 0.36rem 0 0;
}
.page-body .qna-filled-wrap .button-box {
  margin-top: 0.6rem;
}

.ui-btn {
  font-size: 0;
  line-height: 0;
  flex: none;
}
.ui-btn[name=ui-trans].is-active svg {
  color: var(--theme);
}

.btn,
.btn-outline {
  text-align: center;
  flex: 1;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 1.5em;
  padding: 0.2rem 0;
  min-height: 0.92rem;
  box-sizing: border-box;
}
.btn.small,
.btn-outline.small {
  font-size: 0.24rem;
  height: 0.56rem;
  font-weight: 700;
  border-radius: 0.28rem;
  padding: 0 0.28rem;
  min-width: 1.2rem;
  min-height: unset;
}
.btn.xs,
.btn-outline.xs {
  font-size: 0.22rem;
  height: 0.52rem;
  font-weight: 700;
  border-radius: 0.26rem;
  padding: 0 0.3rem;
  min-width: 1.2rem;
  min-height: unset;
}

.btn {
  color: var(--white);
  background-color: var(--theme-font);
}

@media (min-width: 768px) and (hover: hover) {
  .btn:hover {
    color: var(--white-press);
  }
}
.btn:active {
  color: var(--white-press);
}

.btn[disabled],
.btn:disabled {
  background-color: var(--theme-disabled);
}

.btn-outline {
  color: var(--sub-main-font);
  border: 0.02rem solid var(--list-stroke);
}
@media (min-width: 768px) and (hover: hover) {
  .btn-outline:hover {
    color: var(--added-font);
  }
}
.btn-outline:active {
  color: var(--added-font);
}
.btn-outline.theme {
  color: var(--theme);
  border-color: var(--theme-btn-line);
}
@media (min-width: 768px) and (hover: hover) {
  .btn-outline.theme:not(.small):hover {
    color: var(--theme-press);
  }
}
.btn-outline.theme:not(.small):active {
  color: var(--theme-press);
}
.btn-outline.theme.small:active {
  color: var(--theme-press);
}

.btn-round {
  width: auto;
  height: 0.56rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  border-radius: 0.28rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: var(--white);
  background: var(--white-20);
}

.button-box--icon {
  display: flex;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .button-box--icon {
    gap: 0.48rem;
    flex-direction: column;
  }
}
.button-box--icon .btn-icon {
  flex: 1;
}
.list-group .button-box--icon:has(.btn-icon:nth-child(4)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.btn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  min-height: 2rem;
  padding: 0.48rem 0.4rem 0.44rem;
  background: var(--content-box-bg);
  border: 0.01rem solid var(--list-stroke);
  border-radius: 0.24rem;
  box-sizing: border-box;
}
@media (min-width: 768px) and (hover: hover) {
  .btn-icon:hover .icon {
    opacity: 0.5;
  }
  .btn-icon:hover .common {
    color: var(--added-font) !important;
  }
}
.btn-icon:active .icon {
  opacity: 0.5;
}
.btn-icon:active .common {
  color: var(--added-font) !important;
}
.btn-icon .icon {
  flex: 1;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.btn-icon .icon.add {
  width: 0.48rem;
  height: 0.48rem;
}
.btn-icon .icon.kakao {
  width: 1rem;
  height: 0.4rem;
}
.btn-icon .icon.payco {
  width: 1.08rem;
  height: 0.44rem;
  color: var(--payco);
}
.btn-icon .icon.paypal {
  width: 1.08rem;
  height: 0.44rem;
}
.btn-icon .icon.alipay {
  width: 1.08rem;
  height: 0.44rem;
}
.btn-icon .common,
.btn-icon .sub {
  font-size: 0.28rem;
  color: var(--sub-main-font);
  line-height: 0.36rem;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .btn-icon .icon.kakao {
    padding-top: 0.06rem;
  }
  .btn-icon .icon.payco {
    padding-top: 0.04rem;
  }
  .btn-icon .icon.paypal {
    padding-top: 0.04rem;
  }
}
.button-box--icon.column .btn-icon {
  min-height: 0.92rem;
  flex-direction: row;
  padding: 0.23rem 0.4rem;
  border-radius: 0.46rem;
  gap: 0.12rem;
}
.button-box--icon.column .btn-icon .icon {
  flex: none;
}
.button-box--icon.column .btn-icon .common,
.button-box--icon.column .btn-icon .sub {
  font-size: 0.3rem;
  color: var(--sub-main-font);
  line-height: 0.36rem;
}

@media (max-width: 767px) {
  .button-box--icon.mo-column .btn-icon {
    min-height: 0.92rem;
    flex-direction: row;
    padding: 0.23rem 0.4rem;
    border-radius: 0.46rem;
    gap: 0.12rem;
  }
  .button-box--icon.mo-column .btn-icon .icon {
    flex: none;
  }
  .button-box--icon.mo-column .btn-icon .common,
  .button-box--icon.mo-column .btn-icon .sub {
    font-size: 0.3rem;
    color: var(--sub-main-font);
    line-height: 0.36rem;
  }
}

.btn-icon[name=card-register] .sub {
  margin-top: -0.02rem;
}

.exlink {
  display: inline-block;
  position: relative;
}

.exlink:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

.exlink,
.exlink:visited,
.exlink:hover {
  color: var(--theme);
}

.exlink:before {
  background-color: var(--theme);
}

.exlink:active {
  color: var(--theme-press);
}

.exlink:active:before {
  background-color: var(--theme-press);
}

.txt-link p {
  text-decoration: underline;
  text-underline-offset: 0.06rem;
  text-align: center;
}

.purchase-btn {
  display: block;
  text-align: center;
  border-radius: 0.3rem;
  min-width: 1.48rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: 700;
  padding: 0.12rem 0.28rem 0.14rem;
  box-sizing: border-box;
}

.purchase-btn.add,
.purchase-btn.del {
  width: 1.2rem;
  border-width: 0.02rem;
  border-style: solid;
}

.purchase-btn.del {
  font-weight: 400;
}

.purchase-btn {
  background-color: var(--theme);
  color: var(--white);
}

.purchase-btn.add {
  background-color: var(--white);
  color: var(--theme);
  border-color: var(--theme-btn-line);
}

.purchase-btn.del {
  background-color: var(--white);
  color: var(--stit-font);
  border-color: var(--list-stroke);
}

.purchase-btn:active {
  color: var(--white-press);
}

.purchase-btn.add:active {
  color: var(--theme-press);
}

.purchase-btn.del:active {
  color: var(--added-font);
}

.purchase-btn:disabled,
.purchase-btn[disabled] {
  background-color: var(--disabled);
  color: var(--white);
}

.purchase-btn.reverse {
  background-color: var(--theme-bg);
  color: var(--theme);
}

.purchase-btn.reverse:disabled,
.purchase-btn.reverse[disabled],
.purchase-btn.reverse:active {
  background-color: var(--theme-bg);
  color: var(--theme-disabled);
}

.more-btn {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 0.24rem;
  text-align: center;
  max-width: 100%;
  width: 6.4rem;
  margin: 0 auto;
  border-width: 0.02rem;
  border-style: solid;
}

.more-btn {
  color: var(--sub-font);
  background-color: var(--white);
  border-color: var(--list-stroke);
}

.more-btn:active {
  color: var(--added-font);
}

.retry-btn {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0.12rem 0.32rem;
  text-align: center;
  border-width: 0.02rem;
  border-style: solid;
  margin: 0 auto;
}

.retry-btn {
  background-color: var(--white);
  color: var(--theme);
  border-color: var(--theme);
}

.retry-btn:active {
  color: var(--theme-disabled);
  border-color: var(--theme-disabled);
}

.retore-btn-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 1.88rem;
}

.retore-btn-area:before,
.retore-btn-area:after {
  content: "";
  display: block;
  flex: 1;
}

.retore-btn-area > a {
  flex: none;
  text-align: center;
  width: calc(100% - 2.4rem);
  margin: 0 auto;
  display: block;
  font-size: 0;
  line-height: 0;
}

.retore-btn-area a > span {
  font-size: 0.26rem;
  line-height: 0.32rem;
  display: inline-block;
  position: relative;
}

.retore-btn-area a > span:before,
.retore-btn-area a > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

.retore-btn-area a > span:before {
  background-color: var(--main-font);
}

.retore-btn-area a:active > span {
  color: var(--added-font);
}

.retore-btn-area a:active > span:before {
  background-color: var(--added-font);
}

.option-btn {
  display: flex;
  padding: 0.22rem 0;
  height: auto;
  min-height: 0.52rem;
  gap: 0.12rem;
  width: 100%;
  box-sizing: border-box;
}

.option-btn > .name {
  flex: 1;
  font-size: 0.3rem;
  line-height: 0.45rem;
  text-align: left;
  letter-spacing: -0.025em;
}

.option-btn > .no {
  flex: none;
  font-size: 0.28rem;
  line-height: 0.45rem;
  text-align: right;
  width: auto;
  min-width: 0.72rem;
}

.option-btn:active {
  background-color: var(--input-press);
}

.option-btn > .no {
  color: var(--theme-font);
}

.edit-btn {
  font-size: 0.24rem;
  line-height: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0.11rem 0.22rem;
  text-align: center;
  border-width: 0.02rem;
  border-style: solid;
  margin: 0 auto;
  display: inline-block;
  font-weight: 400;
}

.edit-btn {
  color: var(--sub-font);
  background-color: var(--white);
  border-color: var(--list-stroke);
}

.edit-btn:active {
  color: var(--added-font);
}

.link-btn {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.28rem 0.2rem 0.28rem 0.4rem;
  background: var(--white);
  border: 0.01rem solid var(--list-stroke-10);
  border-radius: 0.2rem;
}
.link-btn .common {
  flex: 1;
  color: var(--sub-font);
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-weight: 700;
}
.link-btn .arrow {
  width: 0.6rem;
  height: 0.6rem;
}
.link-btn .arrow .svg {
  fill: var(--input-icon);
}

.arrow-btn {
  display: flex;
  gap: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  align-items: center;
}

.ic.coin {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.16rem 0.08rem;
}

.ic.coin {
  background-color: var(--coin);
}

.ic.coin.off {
  background-color: var(--coin-disabled);
}

/* svg objects */
.svg.input,
.svg.input .cls-0 {
  fill: var(--theme);
}

.svg.close,
.svg.back,
.svg.store {
  fill: var(--black);
}

.ic.top.svg {
  fill: var(--input-icon);
}

.ui-btn.is-active .send .cls-0 {
  stroke: var(--theme);
}
.ui-btn.is-active .send .cls-1 {
  fill: var(--theme);
}

.icon--lg {
  width: 0.84rem;
  height: 0.84rem;
}
.icon--md {
  width: 0.68rem;
  height: 0.68rem;
}
.icon .error {
  color: var(--error);
}

.ui-btn .svg .default {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.ui-btn .svg .active {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.ui-btn.is-active .svg .default {
  opacity: 0;
}
.ui-btn.is-active .svg .active {
  opacity: 1;
}

.list-view {
  padding: 0.24rem 0.4rem;
}
.list-view .list-group {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-body:not(.bg) .list-view .list-group:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .list-view .list-section:first-of-type,
  .list-view .banner-wrap:first-of-type {
    padding-top: 0;
  }
}

.list-group {
  padding: 0.24rem 0;
}
.my-menu .list-group,
.menu-list .list-group {
  padding: 0.12rem 0;
}

.list-group.live-history {
  padding: 0 0.4rem 0.24rem;
}

.list-section {
  padding: 0.24rem 0;
}
.list-section + .list-group {
  padding-top: 0.16rem;
}

/* result-view (search-result, home) */
.result-view > .list-view + .empty-space {
  flex: none;
}

.list-more {
  padding: 0.24rem 0;
}

.result-view .list-view {
  padding-top: 0.24rem;
  padding-bottom: 0;
}

.result-view .list-view .list-title {
  margin: 0;
}

.result-view .list-view .list-group {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.result-view .list-view .swiper-container {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: auto;
}

.result-view .list-view .swiper-container.emoticon {
  padding-left: 0;
  padding-right: 0;
}

.result-view .list-view .list-item.artist {
  width: 4.2rem;
}

.result-view .list-view .list-item.font {
  width: 5.8rem;
}

.result-view .list-view .list-item.emoticon {
  width: 5.52rem;
}

.list-group.w-fix .list-item.live {
  width: 6.4rem;
  max-width: 100%;
}

.result-view .list-item.live .item-content > p {
  height: 1.12rem;
}

.result-view,
.list-view,
.empty-view {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.result-view > *:not(.empty-space),
.list-view > *:not(.empty-space),
.empty-view > *:not(.empty-space) {
  flex: none;
}
.result-view > p,
.list-view > p,
.empty-view > p {
  color: var(--added-font) !important;
  font-size: 0.28rem !important;
  line-height: 0.44rem !important;
  text-align: center !important;
  padding: 0.24rem 0.4rem !important;
}

@media (min-width: 768px) {
  .list-view .list-group {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.2rem));
    grid-gap: 0.4rem;
  }
  .list-view .list-group.w-fix {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .list-view .list-group .list-item + .list-item {
    margin-top: 0;
  }
  .list-group.w-fix .list-item.live {
    width: 6.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .list-view .list-group.w-fix .list-item:first-of-type {
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .list-view .list-group.w-fix .list-item.ticket:first-of-type, .list-view .list-group.w-fix .list-item.artist:first-of-type, .list-view .list-group.w-fix .list-item.font:first-of-type {
    margin-left: auto;
  }
  .list-view .list-group.w-fix .list-item.ticket:last-of-type, .list-view .list-group.w-fix .list-item.artist:last-of-type, .list-view .list-group.w-fix .list-item.font:last-of-type {
    margin-right: auto;
  }
}
/* country-list */
.country-list .group-name {
  font-size: 0.24rem;
  line-height: 1.5;
  padding: 0.06rem 0.4rem;
  text-align: left;
  margin-top: 0.24rem;
  position: relative;
}

.country-list .group + .group-name:before {
  content: "";
  display: block;
  height: 0.01rem;
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: -0.24rem;
}

.country-list .option-btn {
  padding: 0.22rem 0.38rem;
}

.country-list .group-name {
  color: var(--added-font);
}

.country-list .group + .group-name:before {
  background-color: var(--divider-line);
}

.section-type-list .list-item .content, .section-type-list .name, .section-type-list .content {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: var(--main-font);
  font-weight: 400;
  word-break: break-all;
}
.section-type-list .main {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: var(--sub-font);
  word-break: break-all;
}
.section-type-list .txt-link {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--sub-font);
}
.section-type-list .list-title-wrap {
  display: flex;
  padding: 0 0.4rem;
  gap: 1.2rem;
}
.section-type-list .list-title-wrap .list-title {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
.section-type-list .list-title-wrap .icon {
  width: 0.6rem;
  height: 0.6rem;
  flex: none;
  margin-right: -0.2rem;
}
.section-type-list .list-title-wrap .icon .cls-0 {
  fill: var(--input-icon);
}
.section-type-list .list-title {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.36rem;
  color: var(--main-font);
  padding: 0.12rem 0.4rem;
}
.section-type-list .list-item-wrap {
  padding: 0.4rem;
}
.section-type-list .list-item-wrap .name {
  margin-bottom: 0.12rem;
  line-height: 0.34rem;
}
.section-type-list .list-item-wrap .main {
  line-height: 0.34rem;
}
.section-type-list .list-item-wrap.align-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-type-list .list-item-wrap.pc-bg {
    background: var(--content-box-bg02);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 0.24rem;
  }
  .section-type-list .list-item-wrap.pc-bg {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.section-type-list .list-item-wrap + .button-box {
  margin-top: 0.24rem;
}
.section-type-list .list-item {
  padding: 0.32rem 0.4rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.24rem;
  min-height: 1rem;
  align-items: flex-start;
}
.section-type-list .list-item > *:not(button) {
  flex: unset;
}
.section-type-list .list-item .main {
  align-self: flex-start;
  max-height: 70%;
  word-break: keep-all;
  flex: 1;
}
.section-type-list .list-item .content {
  text-align: right;
}
.section-type-list .list-item .main + .content {
  word-break: keep-all;
  width: calc((100% - 0.24rem) * 0.6);
}
.section-type-list .list-item .btn-outline {
  margin: -0.1rem 0;
}
.section-type-list .list-item input[type=radio]:checked + label .name {
  font-weight: 400;
}
.section-type-list .list-item.menu {
  padding: 0.36rem 0.4rem;
  height: unset;
  min-height: 1.2rem;
}
.section-type-list .list-item.menu .name {
  font-size: 0.28rem;
  line-height: 0.44rem;
}

.menu-list .list-item.menu .content {
  max-width: 4.4rem;
}
.menu-list .list-item.menu .content:last-child {
  max-width: unset;
}
.menu-list .list-item.menu .check-box:last-child,
.menu-list .list-item.menu .arrow-btn:last-child {
  margin-right: -0.08rem;
}

body.popup-view {
  overflow: hidden;
}

body.popup-view .app-page-wrap {
  overflow: hidden;
}

.popup-view .layer.visible {
  z-index: 15;
  display: block;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: -5;
  display: none;
  pointer-events: none;
}

.layer .dim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: fill;
}

.layer .dim {
  background-color: var(--dimed);
}

.layer-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
  display: table;
  table-layout: fixed;
  max-width: 7.2rem;
}

.layer-aligner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.7rem;
}

.layer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: calc(var(--lh) * 100 - 2rem);
  pointer-events: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.36rem;
  padding-top: 0.36rem;
}
.layer-container.py-12 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.layer-container.py-12 .content {
  padding-bottom: 0;
}
.layer-container.py-12 .scroller {
  background-color: transparent !important;
}

.keyboard-open .layer .scroller {
  overscroll-behavior: none;
}

.keyboard-open .layer-wrapper {
  height: calc(var(--lh) * 100);
}

.keyboard-open .layer-container {
  max-height: calc(var(--lh) * 100 - 1.6rem);
  margin-top: 0.2rem;
}

.full-sized .layer-container {
  height: calc(var(--lh) * 100 - 2rem);
}

.keyboard-open .full-sized .layer-container {
  height: calc(var(--lh) * 100 - 1.6rem);
}

.layer-container > .header {
  flex: none;
}

.layer-container > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  font-size: 0;
  line-height: 0;
}
.layer-container > .content:last-child {
  padding-bottom: 0.36rem;
}

.layer-container .content {
  font-size: 0.3rem;
}

.layer .visual {
  position: relative;
  width: 100%;
}

/* layer elements */
.layer .title {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.36rem;
  padding: 0.19rem 0.8rem 0.18rem;
}

.layer .blank {
  display: block;
  height: 0.36rem;
}

.layer .scroller {
  overflow-y: auto;
}

.layer .content .frm-box {
  flex: none;
}

.layer .button-box {
  gap: 0;
}

.layer .button-box .btn {
  border-radius: 0;
  background: none;
  line-height: 1.5;
  font-size: 0.28rem;
  padding: 0.25rem 0.4rem;
}

.layer .btn {
  color: var(--theme);
}

.layer .btn:active {
  color: var(--theme-press);
}

.layer .btn.theme {
  color: var(--white);
  background-color: var(--theme-font);
}

.layer .btn.theme:active {
  color: var(--white-press);
}

.layer .btn.theme[disabled],
.layer .btn.theme:disabled {
  background-color: var(--theme-disabled);
}

.layer .frm-box.search {
  margin: 0.24rem auto;
}

.layer p.common {
  text-align: center;
  letter-spacing: -0.015em;
  font-size: 0.3rem;
  line-height: 0.48rem;
  padding: 0.18rem 0.8rem;
}

.layer p.common.added-info {
  font-size: 0.28rem;
}

.layer .terms-detail {
  height: auto;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  flex: none;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0 0.8rem;
}

.layer .terms-detail strong {
  display: block;
  font-weight: inherit;
}

.layer .terms-detail p + p {
  margin-top: 0.12rem;
}

.layer .terms-detail.visible {
  max-height: max-content;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

.terms-detail {
  color: var(--added-font);
}

.terms-detail strong {
  color: var(--main-font);
}

.layer .common .exlink {
  font-size: 0.28rem;
  line-height: 0.32rem;
  margin: 0.06rem 0 0.05rem;
}

.layer .check-box .inner-wrap {
  justify-content: center;
  gap: 0.12rem;
  padding: 0.25rem 0 0.24rem;
}

.layer .check-box .inner-wrap .name {
  flex: none;
  font-weight: 400;
  line-height: 1.25;
  font-size: 0.28rem;
  padding: 0.07rem 0 0.065rem;
}

.layer-container > .content.date-picker {
  flex: none;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}

.layer-container,
.layer .content {
  background-color: var(--white);
}

.layer .no-data-text {
  color: var(--added-font);
}

.layer .info-box {
  margin: 0.24rem 0;
}
.layer .info-box .common {
  font-size: 0.24rem !important;
  line-height: 0.36rem !important;
  word-break: keep-all !important;
  text-align: center !important;
}
.layer .button-box--icon {
  margin-top: 0.24rem;
}

.layer.welcome .layer-container {
  border-radius: 0;
  padding-top: 0;
  overflow: visible;
  background: none;
}

.layer.welcome .content {
  overflow: visible;
  border-radius: 0.48rem 0.48rem 0 0;
}

.layer.welcome .common {
  font-size: 0.28rem;
}

.layer.welcome .button-box {
  overflow: hidden;
  border-radius: 0 0 0.48rem 0.48rem;
}

.layer.welcome .visual {
  height: auto;
}

.layer.welcome .visual:before {
  content: "";
  display: block;
  padding-top: 41.38%;
}

.layer.welcome .visual > img {
  max-width: 110%;
  width: 6.4rem;
}

.layer.welcome .button-box .btn {
  padding: 0.19rem 0;
}

/* coach-screen */
.layer.coach-screen .layer-wrapper {
  max-width: calc(var(--fs) * 1536px);
  position: relative;
  display: block;
  box-sizing: border-box;
}

.layer.coach-screen .dim {
  background-color: var(--coach-screen-dimed);
}

.layer.coach-screen p {
  color: var(--white);
}

.coach-screen .layer-wrapper * {
  background: transparent;
  pointer-events: auto;
}

.coach-screen .layer-wrapper .content-group:before {
  display: none;
}

.coach-screen .content-title {
  font-size: 0.48rem;
  position: relative;
}

.coach-screen .content-title .guide-dc {
  position: absolute;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.32rem;
  opacity: 0.5;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.coach-screen .guide-btn {
  position: absolute;
  right: 0.4rem;
  top: 0;
}

.coach-screen .guide-btn .btn {
  display: block;
  width: 0.8rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 700;
  pointer-events: none;
  padding: 0.24rem 0;
}

.coach-screen .guide-btn .eff-wave {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.coach-screen .guide-btn .eff-wave > i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
  animation: btn-wave-effect 2.5s linear infinite;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(1) {
  animation-delay: -2s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(2) {
  animation-delay: -1.5s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(3) {
  animation-delay: -1s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(4) {
  animation-delay: -0.5s;
}

.coach-screen .guide-btn .eff-wave > i:nth-child(5) {
  animation-delay: 0s;
}

@keyframes btn-wave-effect {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.25);
    opacity: 0;
  }
}
.coach-screen .guide-btn .btn {
  background: var(--white);
  color: var(--black);
}

.coach-screen .guide-btn .eff-wave > i {
  background: var(--white);
}

@media (min-width: 768px) {
  .fade-edge {
    position: relative;
  }
  .fade-edge:before,
  .fade-edge:after {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.15s ease-out;
  }
  .fade-edge:before {
    top: -0.01rem;
    opacity: 0;
  }
  .fade-edge:after {
    top: 100%;
    margin-top: -1.0002rem;
  }
  .fade-edge.no-top:before {
    opacity: 1;
  }
  .fade-edge.is-btm:after {
    opacity: 0;
  }
  .fade-edge:before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  }
  .fade-edge:after {
    background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  }
  .cover-sized .layer-aligner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cover-sized .layer-container {
    height: 10.8rem;
    border-radius: 0.36rem;
  }
  .keyboard-open .cover-sized .layer-container {
    max-height: calc(var(--lh) * 100 - 1.6rem);
  }
  .cover-sized .cover-ui {
    display: none;
  }
  .cover-sized .consent-frm {
    padding-top: 0.36rem;
  }
  .frm-guide {
    font-size: 0.24rem;
    line-height: 0.39rem;
  }
  .frm-empty-space {
    height: 0;
  }
  .frm-group {
    padding-top: 0.36rem;
  }
  .layer .content-group {
    margin: 0.72rem 0 0;
  }
}
@media (max-width: 767px) {
  .cover-sized .layer-wrapper {
    max-width: 100%;
  }
  .cover-sized .layer-aligner {
    padding: 0;
  }
  .cover-sized .layer-container {
    height: calc(var(--lh) * 100);
    max-height: calc(var(--lh) * 100);
    border-radius: 0;
    padding-top: 0;
  }
  .keyboard-open .cover-sized .layer-container {
    padding-top: 0;
    height: calc(var(--lh) * 100);
    margin-top: 0;
  }
  .cover-sized .pop-ui {
    display: none;
  }
  .cover-sized .consent-frm {
    padding-top: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .cover-sized .consent-frm > * {
    flex: none;
  }
  .cover-sized .consent-frm > .late-appear {
    flex: 1;
  }
  .cover-sized .consent-frm .v-aligner {
    display: flex;
    height: 100%;
    flex-direction: column;
    height: 100%;
  }
  .cover-sized .consent-frm .v-aligner > * {
    flex: none;
  }
  .cover-sized .consent-frm .empty-space {
    min-height: none;
    display: block;
    flex: 1;
  }
  .frm-guide {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .frm-empty-space {
    height: 0.4rem;
  }
  .frm-group {
    padding-top: 0.4rem;
  }
  .consent-frm .late-appear .frm-group {
    padding-top: 0;
  }
  .layer .content-group {
    margin: 0.96rem 0 0;
  }
}
.layer .content-group.bg,
.layer .content-group.bg:before,
.layer .button-box.bg {
  background-color: var(--search-input);
}

.layer .content-group .select-list label:not(.all-check) .name {
  color: var(--added-font);
}

.layer .content-group .select-list label:active {
  background: transparent;
}

.fade-edge:before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.fade-edge:after {
  background: linear-gradient(to top, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.layer--notice .layer-aligner {
  padding: 0 0.6rem;
}
.layer--notice .layer-container {
  width: 100%;
  max-width: calc((var(--lh) * 100 - 2.84rem) * 0.6);
  max-height: calc(var(--lh) * 100 - 1.16rem);
  margin: 0 auto;
  padding-top: 0;
  background: none;
  overflow: unset;
  border-radius: initial;
}
.layer--notice .layer-header {
  display: flex;
  align-items: center;
  margin: 0 -0.1rem;
  width: calc(100% + 0.2rem);
}
.layer--notice .layer-header .btn-round {
  margin-left: 0.2rem;
}
.layer--notice .layer-header .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}
.layer--notice .layer-header .ui-btn svg {
  fill: var(--white);
}
@media (min-width: 768px) and (hover: hover) {
  .layer--notice .layer-header .ui-btn:hover svg {
    fill: var(--white-press);
  }
}
.layer--notice .layer-header .ui-btn:active svg {
  fill: var(--white-press);
}
.layer--notice .layer-header .ui-btn[name=ui-close] {
  margin-left: auto;
}
.layer--notice .banner-wrap {
  position: relative;
  padding: 0;
  padding-top: min(166.66666667% + 0.84rem, var(--lh) * 100 - 2rem);
}
.layer--notice .banner-wrap.click-effect {
  animation: clickShrink 0.3s ease forwards;
}
@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.layer--notice .banner-wrap .banner-item {
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.layer--notice .banner-wrap .banner-item.slide-out {
  transform: translateX(100%);
  opacity: 0;
}
.layer--notice .banner-wrap .banner-item .visual {
  width: 100%;
  padding-top: min(166.66666667%, var(--lh) * 100 - 2.84rem);
  border-radius: 0.48rem;
  background: var(--empty-bg);
  overflow: hidden;
}
.layer--notice .banner-wrap .banner-item img {
  width: calc(100% + 0.04rem);
  height: calc(100% + 0.04rem);
  object-fit: cover;
  margin: -0.02rem;
}
.layer--notice .banner-wrap .banner-item .check-box {
  display: none;
}
.layer--notice .banner-wrap .banner-item .check-box .inner-wrap {
  padding: 0.18rem 0;
}
.layer--notice .banner-wrap .banner-item .check-box .inner-wrap .name {
  padding: 0.06rem 0;
  line-height: 0.36rem;
}
.layer--notice .banner-wrap .banner-item .check-box label .frm-icon .off .cls-0 {
  fill: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input + label .name {
  color: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input:checked + label .name {
  color: var(--white);
}
.layer--notice .banner-wrap .banner-item .check-box input:checked + .frm-icon .off {
  display: none;
}

.layer--basic {
  position: absolute;
  padding: 0.24rem 0.16rem;
  background: var(--white);
  border-radius: 0.24rem;
  border: 0.01rem solid var(--list-stroke-10);
  box-shadow: 0px 5px 10px var(--list-glow-10);
  z-index: 10;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  height: 0;
}
.layer--basic.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.layer--basic .layer-wrapper {
  display: block;
  width: auto;
  height: auto;
  pointer-events: unset;
  max-height: calc(var(--lh) * 100 - 2rem);
}
.layer--basic.more-menu {
  width: 4.2rem;
  right: 1.76rem;
  top: 0.78rem;
}
.layer--basic .btn-layer-list {
  display: flex;
  flex-direction: column;
}
.layer--basic .btn-layer-list .btn-layer {
  height: 0.96rem;
  text-align: left;
  padding: 0.24rem;
  box-sizing: border-box;
  font-size: 0.3rem;
  border-radius: 0.12rem;
}
@media (min-width: 768px) and (hover: hover) {
  .layer--basic .btn-layer-list .btn-layer:hover {
    background: var(--input-press-02);
  }
}
.layer--basic .btn-layer-list .btn-layer:active {
  background: var(--input-press-02);
}
.layer-mo-dimmed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  height: 0;
}
.layer-mo-dimmed.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.layer-mo-dimmed .layer--basic {
  position: static;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 767px) {
  .layer-mo-dimmed {
    display: none;
  }
  .layer-mo-dimmed.visible {
    display: block;
    position: fixed;
    inset: 0 !important;
  }
  .layer-mo-dimmed.visible .dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dimed);
    z-index: -1;
  }
  .layer-mo-dimmed.visible .layer--basic {
    width: 100%;
    max-width: 6.4rem;
    max-height: calc(var(--vh, 1vh) * 80);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.layer.full-container .header,
.layer.cover-sized .header {
  display: flex;
  gap: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.16rem;
  align-items: center;
}
.layer.full-container .header .ui-btn,
.layer.cover-sized .header .ui-btn {
  width: 0.84rem;
  height: 0.84rem;
}
.layer.full-container .header .ui-btn .cls-0,
.layer.cover-sized .header .ui-btn .cls-0 {
  filter: none;
}
.layer.full-container .header .title,
.layer.full-container .header .page-name,
.layer.cover-sized .header .title,
.layer.cover-sized .header .page-name {
  width: calc(100% - 2.32rem);
  padding: 0;
}
.layer.full-container .header .page-name,
.layer.cover-sized .header .page-name {
  text-align: center;
  font-weight: 700;
  line-height: 0.4rem;
  font-size: 0.36rem;
  padding: 0;
}
@media (max-width: 767px) {
  .layer.full-container .header,
  .layer.cover-sized .header {
    padding: 0.14rem 0.16rem;
    padding-top: 0.38rem;
  }
  .layer.full-container .dim,
  .layer.cover-sized .dim {
    display: none;
  }
}

.layer.full-container .layer-wrapper {
  max-width: 7.6rem;
}
.layer.full-container .layer-container {
  height: calc(var(--lh) * 100 - 2rem);
}
@media (min-width: 768px) {
  .layer.full-container .layer-container {
    height: 10.8rem;
    max-height: calc(var(--lh) * 100 - 2rem);
  }
  .layer.full-container .layer-container.auto-height {
    height: auto;
  }
}
.layer.full-container .layer-container,
.layer.full-container .content {
  background-color: var(--white);
}
.layer.full-container .content .common {
  text-align: left;
  padding: 0;
  word-break: break-all;
}
.layer.full-container .bg {
  background-color: var(--content-box-bg02);
}
.layer.full-container .button-box .txt-link {
  padding: 0.24rem 0.6rem 0;
}
@media (min-width: 768px) {
  .layer.full-container .scroller-wrap > .empty-space:last-child {
    height: 0.36rem;
    min-height: unset;
  }
  .layer.full-container .fade-edge {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
  }
  .layer.full-container .button-box .txt-link {
    padding: 0.24rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .layer.full-container .dim {
    display: none;
  }
  .layer.full-container .layer-wrapper,
  .layer.full-container .layer-aligner {
    height: 100%;
    display: block;
  }
  .layer.full-container .layer-wrapper {
    max-width: unset;
  }
  .layer.full-container .layer-aligner {
    padding: 0;
  }
  .layer.full-container .layer-container {
    padding-top: 0;
    max-height: unset;
    height: 100%;
    border-radius: 0;
  }
}
.layer.full-container.bottom-sheet .layer-container {
  max-height: calc(var(--lh) * 100 - 2rem);
  height: auto;
}
@media (max-width: 767px) {
  .layer.full-container.bottom-sheet .dim {
    display: block;
  }
  .layer.full-container.bottom-sheet .layer-aligner {
    display: flex;
    flex-direction: column;
  }
  .layer.full-container.bottom-sheet .layer-container {
    max-height: calc(var(--lh) * 100 - 2rem);
    height: auto;
    margin-top: auto;
    border-radius: 0.36rem 0.36rem 0 0;
  }
  .layer.full-container.bottom-sheet .layer-container > .content {
    padding-bottom: 0.6rem;
  }
}

/* guardian-info */
.cover-sized .layer-container,
.cover-sized .content {
  background-color: var(--white);
}

.cover-sized .scroller .select-list.agreement {
  padding-bottom: 0.36rem;
}

.layer-container .ui-btn .cls-0 {
  filter: none !important;
}

@media (min-width: 768px) {
  .layer.cover-sized .button-box .btn.round-r {
    border-radius: 0 0 0 0;
  }
  .cover-sized .button-box .btn {
    line-height: 0.4rem;
    padding: 0.2rem 0.4rem;
  }
}
.consent-frm .frm-info {
  margin: 0 auto;
  font-size: 0.22rem;
  line-height: 0.36rem;
  min-height: 0.36rem;
  padding: 0.12rem 0;
}

.consent-frm .frm-box:not(.type-line) {
  height: 1rem;
}

.consent-frm.step-2 .verify-btn {
  display: none;
}

.consent-frm.step-2 .txt-btn {
  display: block;
}

.layer .content-group {
  margin: 0.96rem 0 0;
  padding-bottom: 0;
}

.layer .content-group:before {
  height: 0.36rem;
}

.layer .content-group .select-list {
  padding: 0;
}

.layer .scroller {
  box-sizing: border-box;
}

.layer.dim-overlay .dim {
  background-color: var(--error-dimed);
}
@media (max-width: 767px) {
  .layer.dim-overlay .dim {
    background-color: var(--coach-screen-dimed);
  }
}
.layer.dim-overlay .layer-wrapper {
  max-width: 14rem;
  margin: 0 auto;
}
.layer.dim-overlay .layer-aligner {
  padding: 0 0.4rem;
}
.layer.dim-overlay .layer-container {
  background: none;
  max-height: calc(var(--lh) * 100);
  color: var(--white);
}
.layer.dim-overlay .page-visual {
  padding: 0 0 0.8rem;
}
.layer.dim-overlay .warning {
  color: var(--white);
  width: 1.2rem;
  height: 1.2rem;
}
.layer.dim-overlay .button-box.column {
  gap: 0.24rem;
  margin-top: 0.8rem;
}
.layer.dim-overlay .btn {
  font-weight: 700;
  width: auto;
  height: 0.56rem;
  min-height: unset;
  line-height: 0.56rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  position: relative;
  flex: none;
  background: linear-gradient(var(--theme-bg-6), var(--theme-bg-6)) white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) and (hover: hover) {
  .layer.dim-overlay .btn:hover {
    color: transparent;
    background: linear-gradient(var(--theme-press), var(--theme-press)) white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.layer.dim-overlay .btn:active {
  color: transparent;
  background: linear-gradient(var(--theme-press), var(--theme-press)) white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.layer.dim-overlay .btn::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  color: var(--white);
  z-index: -1;
}
.layer.dim-overlay .btn-round {
  position: relative;
  min-width: 1.64rem;
  background: linear-gradient(var(--theme-bg-6), var(--theme-bg-6)) white;
  width: auto;
}
@media (min-width: 768px) and (hover: hover) {
  .layer.dim-overlay .btn-round:hover {
    background: linear-gradient(var(--theme-press), var(--theme-press)) white;
  }
}
.layer.dim-overlay .btn-round:active {
  background: linear-gradient(var(--theme-press), var(--theme-press)) white;
}
.layer.dim-overlay .title {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.48rem;
  padding: 0;
}
.layer.dim-overlay .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: var(--white-50);
  margin-top: 0.48rem;
  padding: 0;
}
.layer.dim-overlay .main {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.32rem;
  margin-top: 0.48rem;
}

.toast {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.4rem auto;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  background-color: var(--dimed);
  color: var(--white);
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: calc(100% - 1.2rem);
  max-width: 13.2rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .toast {
    width: auto;
    width: fit-content;
    margin: 1.2rem auto;
  }
}
.toast.above {
  bottom: 0.92rem;
}
.toast.visible {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
  transition-duration: 0.25s;
}
.toast.two-lines {
  border-radius: 0.24rem;
}
.toast .toast-msg {
  text-align: center;
  height: auto;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.toast .toast-msg.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-box {
  position: relative;
  flex: none;
  padding-top: 0.48rem;
  padding-bottom: 0.24rem;
  background: var(--content-box-bg);
}
.content-box + .empty-space {
  background: var(--content-box-bg);
}
.content-box + .content-box {
  padding-top: 0.24rem;
}
.content-box .content {
  padding: 0.16rem 0.4rem;
  background: none;
  font-size: 0.24rem;
  color: var(--added-font);
  line-height: 0.4rem;
  box-sizing: border-box;
}
.content-box .content .paragraph + .paragraph {
  margin-top: 0.24rem;
}
.content-box .content [style*="#919196"] {
  color: var(--added-font) !important;
}
.content-box .content [style*="#ddd"] {
  color: var(--sub-main-font) !important;
}
.content-box .content [style*="#fff"] {
  color: var(--sub-main-font) !important;
}
.content-box.page-top {
  padding-top: 0.24rem;
}
.content-box.page-top p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  word-break: break-all;
}
.content-box.page-top .common-title {
  font-size: 0.36rem;
  line-height: 0.52rem;
  color: var(--main-font);
}
.content-box.page-top .sub {
  color: var(--sub-font);
}
.content-box.page-top .common-title + .sub {
  padding-top: 0.32rem;
}
.content-box a {
  display: inline-block;
  position: relative;
}
.content-box a:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.01rem;
  top: 1.4em;
  left: 0;
  width: 100%;
}
.content-box .tit {
  color: var(--main-font);
}
.content-box .stit, .content-box .accordion-ui .controls {
  padding: 0.14rem 0.4rem;
}
.content-box .stit, .content-box .accordion-ui .controls p {
  color: var(--stit-font);
  font-size: 0.24rem;
  font-weight: 700;
}
.content-box.has-deco-box {
  padding: 0.6rem 0.2rem 0.96rem;
  position: relative;
}
.content-box.has-deco-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.36rem;
  width: 100%;
  border-radius: 0.36rem 0 0 0;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .layer.full-container .content-box.has-deco-box,
  .layer.cover-sized .content-box.has-deco-box {
    padding: 0.32rem 0.2rem 0.68rem;
  }
}

.page-body > .content-box + div:last-child.empty-space {
  min-height: 0.8rem;
}

.content-box a {
  color: var(--sub-font);
}

.content-box a:before {
  background-color: var(--sub-font);
}

.content-box a:active {
  color: var(--added-font);
}

.content-box a:active:before {
  background-color: var(--added-font);
}

.content-group {
  position: relative;
  z-index: 1;
  margin-bottom: -0.36rem;
  padding-bottom: 0.36rem;
  height: auto;
  min-height: 1.2rem;
}

.content-group + .content-group {
  margin-top: 0.36rem;
}

.content-group:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 0.38rem;
  border-top-left-radius: 0.36rem;
  bottom: calc(100% - 0.02rem);
}

.content-group.round-r:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0.36rem;
}

.content-group.no-round:before {
  display: none;
}

.above-top {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.above-top:before {
  content: "";
  position: absolute;
  height: 0.36rem;
  left: 0;
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 0.36rem;
  bottom: 100%;
}

.above-top.round-r:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0.36rem;
}

.above-top,
.above-top:before {
  background: var(--white);
}

.content-group-top {
  padding-bottom: 0.24rem;
}
@media (min-width: 768px) {
  .content-group-top {
    padding-top: 0.24rem;
  }
}

.artist-title {
  font-size: 0.44rem;
  font-weight: 800;
  line-height: 0.48rem;
  padding: 0.16rem 0.4rem;
}

.content-title {
  position: relative;
  font-weight: 800;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.44rem;
  line-height: 0.48rem;
  padding: 0.16rem 0.4rem;
}

button.content-title {
  display: block;
  width: 100%;
}

.content-title .arrow {
  position: absolute;
  right: 0.2rem;
  width: 0.6rem;
  top: 50%;
  margin-top: -0.3rem;
}

.content-title .edit-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.content-group .stit {
  display: block;
  padding: 0.16rem 0.4rem 0;
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--added-font);
}

.content-group .common-title {
  display: block;
  padding: 0.12rem 0.4rem 0;
  text-align: left;
  font-size: 0.36rem;
  line-height: 0.56rem;
  font-weight: 700;
}

.content-group,
.content-group:before {
  background: var(--white);
}

.content-group.bg,
.content-group.bg:before {
  background: var(--content-box-bg);
}

.divider + .content-title {
  margin-top: 0.36rem;
}

.description {
  padding: 0.24rem 0.4rem;
}

.dc-block {
  padding: 0.24rem 0.4rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--added-font);
}
.dc-block.accent {
  color: var(--main-font);
}
.dc-block .title {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.dc-block .desc {
  line-height: 0.4rem;
}

.description > .dc-block {
  padding-left: 0;
  padding-right: 0;
}

.content-group-top .dc-block {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}

.dot-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.32rem;
}
.dot-list-wrap {
  overflow: hidden;
}

.dot-list > * {
  display: flex;
  align-items: center;
}
.dot-list > *::before {
  content: "・";
  display: block;
  width: 0.32rem;
  text-align: center;
}

.content-group .list-item.charge + .list-item {
  margin-top: 0;
}

.content-group .list-item.charge {
  height: 0.8rem;
}

.content-group .list-group .list-item.charge {
  height: 1.8rem;
}

.content-group .list-item.charge > .content,
.content-group .list-item.charge > .name {
  flex: 1;
}

.content-group .list-item.charge .coin {
  margin-left: 0;
}

.content-group .list-group .list-item.charge .name small {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  padding-top: 0.16rem;
}

.content-group .list-item.charge small {
  color: var(--sub-font);
}

.content-top {
  padding: 0.32rem 0.4rem;
}
.content-top .desc {
  font-size: 0.24rem;
  color: var(--added-font);
  line-height: 0.32rem;
}

/* form */
input::placeholder {
  text-indent: 0;
  font-weight: 400;
}

input + label .frm-icon {
  flex: none;
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
}

input + label .frm-icon .off,
input + label .frm-icon .on {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

input + label .frm-icon .on {
  display: none;
}
input + label .frm-icon .off {
  display: block;
}
input:checked + label .frm-icon .on {
  display: block;
}
input:checked + label .frm-icon .off {
  display: none;
}
input[type=radio]:checked + label .name {
  font-weight: 700;
}

input,
textarea {
  caret-color: var(--theme);
  background-color: transparent;
}

.caret-box + input {
  caret-color: transparent;
}

input::placeholder {
  color: var(--input-icon);
}

input[type=checkbox] + label:active,
input[type=radio] + label:active {
  background-color: var(--input-press);
}

.frm-title {
  font-size: 0.36rem;
  line-height: 0.52rem;
  padding: 0.2rem 0;
}

.frm-name {
  line-height: 1.5;
  flex: none;
  display: block;
  text-align: left;
  margin: 0 auto;
  font-size: 0.24rem;
  width: calc(100% - 1.2rem);
  padding: 0.25em 0;
}

.frm-name.top {
  margin-top: 0.24rem;
}

.frm-subject {
  font-size: 0.24rem;
  line-height: 1.5;
  width: calc(100% - 1.2rem);
  flex: none;
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0.25em 0;
}

.frm-name:before {
  content: "";
  display: block;
  height: 0.24rem;
}

.frm-info {
  font-size: 0.2rem;
  line-height: 1.2;
  width: calc(100% - 1.2rem);
  flex: none;
  display: block;
  text-align: left;
  padding: 0.6em 0;
  margin: 0 auto 0.24rem;
  min-height: 1.2em;
  position: relative;
}

.frm-info .err {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.6em;
  text-align: left;
}

.frm-box {
  display: flex;
  flex-direction: row;
  height: 0.92rem;
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  gap: 0.16rem;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.frm-box + .frm-box {
  margin-top: 0.4rem;
}

.frm-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
}

.frm-box.warning + .frm-info {
  color: transparent;
  pointer-events: none;
}

.frm-box.warning + .frm-info .err {
  display: block;
  pointer-events: auto;
}

.frm-box.search:after {
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  left: -0.32rem;
  right: -0.32rem;
  border-radius: 0.34rem;
}

.frm-box.search {
  width: calc(100% - 1.44rem);
  height: 0.68rem;
}

.frm-box.search input {
  min-width: auto;
}

.frm-box.is-disabled::after {
  background-color: var(--empty-bg);
}
.frm-box.is-disabled > input::placeholder,
.frm-box.is-disabled .count {
  color: var(--input-disabled);
}
.frm-box > input:disabled::placeholder,
.frm-box > input[disabled]::placeholder {
  color: var(--input-disabled);
}
.frm-box > input:disabled ~ .count,
.frm-box > input[disabled] ~ .count {
  color: var(--input-disabled);
}

.radio-inp .inner-wrap {
  display: flex;
  gap: 0.2rem;
}
.radio-inp .name {
  padding-top: 0.06rem;
  font-size: 0.28rem;
}

.radio-btn {
  flex: 1;
  font-size: 0;
  line-height: 0;
}

.radio-btn > label {
  display: block;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 4rem;
  padding: 0.19rem 0 0.18rem;
  box-sizing: border-box;
  border-width: 0.02rem;
  border-style: solid;
  cursor: pointer;
}

.radio-btn input:checked + label,
.radio-btn input[checked] + label {
  font-weight: 700;
}

.radio-btn-box:before {
  display: none;
}

.radio-btn-box {
  gap: 0.32rem;
  height: 0.8rem;
}

.frm-name + .radio-btn-box {
  margin-top: 0.24rem;
}

.radio-btn > label {
  border-color: var(--disabled);
  color: var(--added-font);
}

.frm-box .radio-btn label:active,
.radio-btn label:active {
  background-color: transparent;
}

.radio-btn > input:checked + label {
  border-color: var(--theme-line);
  color: var(--theme-font);
}

.frm-box.select .value,
.frm-box > input[type=search],
.frm-box > input[type=password],
.frm-box > input[type=text] {
  flex: 1;
  width: 100%;
  font-size: 0.3rem;
  border: 0 none;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.frm-box.select .value {
  font-weight: 400;
}

.frm-box.select[value] .value {
  font-weight: 700;
}

.frm-box > .count {
  flex: none;
  min-width: 0.6rem;
  font-size: 0.24rem;
  margin-left: -0.04rem;
  line-height: 1.5;
  text-align: right;
}

.frm-box .icon {
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
}

.frm-box.search > input {
  font-size: 0.28rem;
  font-weight: 400;
}

.frm-box input + button,
.frm-box input + button + button {
  display: none;
  opacity: 0;
}

.frm-box input:valid + button,
.frm-box input:valid + button + button {
  display: block;
}

.frm-box.focused input:valid + button,
.frm-box.focused input:valid + button + button {
  opacity: 1;
}

label .inner-wrap .name a {
  display: inline-block;
  position: relative;
}

label .inner-wrap .name .added-info {
  display: block;
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.6666666667;
  padding: 0.18rem 0 0.06rem;
}

label .name a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: max(0.015rem, 1px);
}

.check-box .inner-wrap {
  display: flex;
  box-sizing: border-box;
  min-height: 0.48rem;
  height: auto;
  gap: 0.16rem;
  align-items: flex-start;
  cursor: pointer;
}

.check-box .inner-wrap .name {
  flex: 1;
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.3333333333;
  padding: 0.08rem 0;
}

.list-group + .check-box-md {
  padding: 0.24rem 0.4rem;
}
.list-group + .check-box-md .inner-wrap {
  padding: 0.06rem 0 0.1rem;
}
.list-group + .check-box-md .inner-wrap .name {
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0.04rem 0;
}
.list-group + .check-box-md input:checked + label .name {
  color: var(--main-font);
}

.frm-box:after {
  background-color: var(--line);
}

.frm-box.focused:after {
  background-color: var(--theme);
}

.frm-box.warning:after,
.frm-box.warning .caret i:after {
  background-color: var(--warning);
}

.frm-box.warning .count,
.frm-box.focused.warning .count,
.frm-box + .frm-info .err {
  color: var(--warning);
}

.frm-box.search:after,
.frm-box.focused.search:after {
  background-color: var(--search-input);
}

.frm-box > .count {
  color: var(--added-font);
}

.frm-box.focused > .count {
  color: var(--theme-font);
}

.caret-box i:before {
  background-color: var(--theme);
}

.frm-box.select .value {
  color: var(--input-icon);
}

.frm-box.select[value] .value {
  color: var(--main-font);
}

.frm-subject {
  color: var(--theme-font);
}

.frm-info {
  color: var(--added-font);
}

.check-box .name {
  color: var(--added-font);
}

.check-box input:checked + label .name {
  color: var(--theme-font);
}

.check-box label:active {
  background-color: transparent;
}

/* form 추가 */
.verify-block {
  display: flex;
  flex-direction: row;
  height: auto;
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  gap: 0.32rem;
  align-items: start;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.verify-block > * {
  flex: none;
}

.verify-block > .input-area {
  flex: 1;
  width: auto;
  min-width: 0;
  align-self: stretch;
}

.verify-block > .input-area .frm-info .err {
  width: calc(100% + 1.5rem);
}

.verify-block .frm-box {
  width: 100%;
  align-self: stretch;
}

.verify-block .frm-info {
  width: 100%;
}

.frm-guide {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.frm-empty-space {
  display: block;
}

.verify-block > .verify-btn {
  width: 1.2rem;
  height: 0.8rem;
  font-size: 0.24rem;
  text-align: center;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
}

.verify-block > .txt-btn {
  width: auto;
  margin-top: 0.12rem;
  display: none;
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.2rem 0;
  position: relative;
}

.verify-block > .txt-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 0.16rem;
  height: 0.015rem;
  left: 0;
  width: 100%;
}

.frm-group.read-only .frm-info .err {
  display: none;
}

.read-only .verify-block .frm-box:after {
  display: none;
}

.read-only .verify-block .frm-box input,
.read-only .verify-block .frm-box .custom-input {
  font-size: 0.4rem;
  pointer-events: none;
}

.late-appear {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  height: 0;
  transition: opacity 0.25s ease-in-out, clip-path 0.4s ease-in-out;
}

.late-appear.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  pointer-events: fill;
  overflow: visible;
  height: auto;
}

.layer .button-box .btn.round-r {
  border-radius: 0 0.18rem 0 0;
}

.frm-box input.has-value + button,
.frm-box input.has-value + button + button {
  display: block;
}

.frm-box.focused input.has-value + button,
.frm-box.focused input.has-value + button + button {
  opacity: 1;
}

.frm-box.type-line {
  min-height: 1rem;
  height: auto;
}

.frm-box.type-line:before,
.frm-box.focused.type-line:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 0.02rem;
}

.frm-box.type-line .custom-input:before {
  font-weight: 400;
}

.frm-box > .custom-input,
.frm-box > input[type=email],
.frm-box > input[type=number] {
  flex: 1;
  width: 100%;
  font-size: 0.3rem;
  border: 0 none;
  overflow: hidden;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  min-width: 0;
}

.frm-box > .custom-input:not(.multi-line) {
  height: 1.3em;
}

.custom-input {
  padding: 0.3rem 0;
  white-space: nowrap;
}

.custom-input.multi-line {
  white-space: pre-wrap;
}

.frm-box .custom-input + button,
.frm-box .custom-input + button + button {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0s 0.2s;
  margin-left: -0.6rem;
  opacity: 0;
}

.frm-box input:valid + button,
.frm-box input:valid + button + button,
.frm-box.has-value.focused .custom-input + button,
.frm-box.has-value.focused .custom-input + button + button {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: 0s;
  margin-left: 0;
  display: block;
}

.frm-box.focused input:valid + button,
.frm-box.focused input:valid + button + button,
.frm-box.focused.has-value .custom-input + button,
.frm-box.focused.has-value .custom-input + button + button {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: 0s;
  margin-left: 0;
  opacity: 1;
}

.frm-box .custom-input::after {
  content: attr(data-placeholder);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-weight: 400;
  transform: translateY(-50%);
}

.frm-box.has-value .custom-input::after {
  opacity: 0;
  pointer-events: none;
}

.frm-box::before {
  content: "···";
  white-space: nowrap;
  width: auto;
  font: inherit;
  z-index: 1;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: right;
  width: auto;
  display: none;
  flex: none;
  position: static;
}

.frm-box.text-overflow .custom-input {
  overflow: hidden;
  text-align: right;
}

.frm-box.text-overflow:not(.focused) .custom-input {
  direction: rtl;
}

.frm-box.text-overflow::before {
  display: block;
  margin-right: -0.25em;
}

/* ###Daftlab 241106 START */
/* form 추가 */
.frm-guide {
  color: var(--added-font);
}

.frm-box .custom-input,
.frm-box:not(.warning) .custom-input {
  caret-color: var(--theme-font);
}

.frm-box.warning .custom-input,
.frm-box.warning input {
  caret-color: var(--warning);
}

.frm-box .custom-input:after,
input::placeholder {
  color: var(--input-icon);
}

.txt-btn {
  color: var(--theme);
}

.txt-btn:active {
  color: var(--theme-press);
}

.txt-btn:before {
  background-color: var(--theme);
}

.txt-btn:active:before {
  background-color: var(--theme-press);
}

.verify-btn {
  color: var(--white);
  background-color: var(--theme-font);
}

.verify-btn:active {
  color: var(--white-press);
}

.verify-btn[disabled],
.verify-btn:disabled {
  background-color: var(--theme-disabled);
}

.read-only .frm-box:after {
  background-color: var(--line) !important;
}

/* ###Daftlab 241106 END */
.select-group {
  display: flex;
  gap: 0.16rem;
  align-items: center;
}

.select-box-list .list-group {
  padding: 0;
}
.select-box-list .list-group:not(:first-child) {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .select-box-list .list-group:not(:first-child) {
    margin-top: 0.6rem;
  }
}
.select-box-list .list-item-wrap {
  padding: 0 0.4rem;
}

.select-box {
  width: auto;
  position: relative;
}
.select-box .select-button {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  font-size: 0.3rem;
}
.select-box .select-button .icon {
  width: 0.6rem;
  height: 0.6rem;
  flex: none;
}
.select-box .select-button .selected-option {
  text-align: left;
}
.select-box .select-button .arrow,
.select-box .select-button .add {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
  transform: scaleY(1);
  flex: none;
}
.select-box .select-button[aria-expanded=true] .arrow {
  transform: scaleY(-1);
}
.select-box .option-list {
  position: absolute;
  top: 100%;
  right: 0.4rem;
  z-index: 3;
  overflow: auto;
  overscroll-behavior: none;
  padding: 0 0.16rem;
  border: solid var(--white);
  border-width: 0.24rem 0rem;
  outline: 0.02rem solid var(--list-stroke);
  border-radius: 0.24rem;
  background-color: var(--white);
  box-shadow: 0 0.1rem 0.2rem var(--list-glow-10);
  width: 100%;
  box-sizing: border-box;
  font-size: 0.3rem;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.select-box .option-list .os-scrollbar-wrap {
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.select-box .option-list.visible {
  opacity: 1;
}
.select-box .option-list.visible .os-scrollbar-wrap {
  transition: opacity 0.3s ease;
  max-height: min(8rem, 60vh);
}
.select-box .option-list li {
  cursor: pointer;
  user-select: none;
  padding: 0.32rem 0.24rem;
  border-radius: 0.16rem;
  line-height: 0.32rem;
  opacity: 0;
  color: transparent;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(-5px);
  transition: color 0.3s linear, opacity 0.3s linear, transform 0.05s ease-in;
}
.select-box .option-list li.visible {
  color: var(--main-font);
  opacity: 1;
  transform: translateY(0);
}
.select-box .option-list li[aria-selected=true] {
  background-color: var(--input-press-02);
}
.select-box .option-list li label {
  display: block;
  margin: -0.32rem -0.24rem;
  padding: 0.32rem 0.24rem;
}
@media (min-width: 768px) and (hover: hover) {
  .select-box .option-list li:hover {
    background-color: var(--input-press-02);
  }
}
.select-box .option-list li:active {
  background-color: var(--input-press-02);
}
.select-box[data-direction=up] .option-list {
  top: auto !important;
  bottom: 100%;
}
.select-box.type-block {
  padding: 0 0.32rem 0 0.28rem;
}
.select-box.type-block .select-button {
  padding: 0.3rem 0;
}
@media (min-width: 768px) {
  .select-box.type-block {
    padding: 0 0.4rem;
  }
}
.select-box.type-txt {
  display: inline-block;
  padding: 0;
}
.select-box.type-txt .select-button {
  gap: 0.12rem;
  padding: 0;
  font-size: 0.22rem;
}
.select-box.type-txt .select-button .arrow {
  width: 0.24rem;
  height: 0.24rem;
  transform: scaleY(-1);
}
.select-box.type-txt .select-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}
.select-box:not(.type-block, .type-txt) {
  display: inline-block;
}
.select-box:not(.type-block, .type-txt) .select-button {
  height: 0.64rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: var(--white-50);
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: var(--sub-font);
  background-clip: padding-box;
  border: 0.02rem solid var(--list-stroke);
  border-radius: 0.32rem;
}
.select-box:not(.type-block, .type-txt) .select-button .arrow {
  width: 0.28rem;
  height: 0.28rem;
  transform: scaleY(-1);
}
.select-box:not(.type-block, .type-txt) .select-button .arrow .cls-0 {
  stroke: var(--input-icon-30);
}
@media (min-width: 768px) and (hover: hover) {
  .select-box:not(.type-block, .type-txt) .select-button:hover {
    background-color: var(--white);
  }
}
.select-box:not(.type-block, .type-txt) .select-button:active {
  background-color: var(--white);
}
.select-box:not(.type-block, .type-txt) .select-button[aria-expanded=true] {
  background-color: var(--white);
}
.select-box:not(.type-block, .type-txt) .select-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}
.select-box:not(.type-block) .option-list {
  top: calc(100% + 0.12rem);
  right: 0;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: var(--sub-font);
  max-height: min(6.2rem, 60vh);
  box-shadow: none;
}
.select-box:not(.type-block) .option-list li {
  padding: 0.14rem 0.24rem;
  border-radius: 0.08rem;
}
.select-box:not(.type-block) .option-list li + li {
  margin-top: 0.08rem;
}
.select-box:not(.type-block)[data-direction=up] .option-list {
  bottom: calc(100% + 0.12rem);
}

.textarea-box {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.36rem;
  background: var(--input-bg);
  border-radius: 0.28rem;
  box-sizing: border-box;
  overflow: hidden;
}
.textarea-box textarea {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  line-height: 0.44rem;
  min-height: 2.48rem;
  border: none;
  box-sizing: border-box;
  resize: vertical;
}
.textarea-box textarea::-webkit-resizer {
  opacity: 0;
}
.textarea-box textarea::placeholder {
  color: var(--added-font);
}
@media (min-width: 768px) {
  .textarea-box textarea {
    min-height: 4.08rem;
  }
}

/* visual area */
.page-visual.signin, .page-visual.notice {
  width: 3.84rem;
  height: 2.64rem;
}

.page-visual.coupon-code {
  width: 1.52rem;
  height: 1.52rem;
}

.layer .visual > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.top-visual {
  background-color: var(--empty-bg);
}

.top-visual .swiper-container,
.top-visual .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-visual .thumbnail {
  background: none;
}

.top-visual[data-align=contain] .thumbnail:before,
.top-visual[data-align=contain--h200] .thumbnail:before {
  display: none;
}
.top-visual[data-align=contain] .thumbnail > img,
.top-visual[data-align=contain--h200] .thumbnail > img {
  max-height: 100%;
  object-fit: contain;
  width: auto;
}
@media (max-width: 767px) {
  .top-visual[data-align=contain] .thumbnail > img,
  .top-visual[data-align=contain--h200] .thumbnail > img {
    width: 100%;
    height: auto;
    min-height: unset;
    max-height: unset;
    object-fit: unset;
  }
}
.top-visual[data-align=contain] .h-support,
.top-visual[data-align=contain--h200] .h-support {
  display: block;
  background-repeat: no-repeat;
  background-size: auto 106%;
  background-position: center;
  filter: blur(1.4rem);
}

.top-visual[data-align=contain] .h-support {
  padding-top: 8.8rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual[data-align=contain] .h-support {
    padding-top: 10.36rem;
  }
}
@media (min-width: 1280px) {
  .top-visual[data-align=contain] .h-support {
    padding-top: 10.8rem;
  }
}

@media (min-width: 768px) {
  .top-visual[data-align=contain--h200] .thumbnail > img {
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to left, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
  }
}
.top-visual[data-align=contain--h200] .h-support {
  padding-top: min(100%, 4rem);
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual[data-align=contain--h200] .h-support {
    padding-top: min(100%, 6.4rem);
  }
}
@media (min-width: 1280px) {
  .top-visual[data-align=contain--h200] .h-support {
    padding-top: min(100%, 7.2rem);
  }
}

.top-visual div[data-type=top-banner] .thumbnail:after {
  background-color: var(--visual-dim);
}

.top-visual div[data-type=top-banner] {
  color: var(--white);
}

.top-visual .inner-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: unset;
}

.top-visual .inner-wrap:before,
.top-visual .inner-wrap:after {
  content: "";
  display: block;
}

.top-visual .inner-wrap:before {
  flex: 1;
}

.top-visual .inner-wrap:after {
  flex: none;
  height: 0.96rem;
}

.top-visual .inner-wrap > * {
  flex: none;
  text-align: left;
}

.top-visual .inner-wrap .tit {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.68rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.top-visual .inner-wrap .desc {
  font-weight: 400;
  opacity: 0.5;
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin-top: 0.26rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.top-visual .swiper-pagination-fraction {
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  opacity: 0.5;
  font-weight: 700;
  text-align: center;
  right: 0.4rem;
  bottom: 0.96rem;
  min-width: 0.48rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

@media (min-width: 768px) {
  .top-visual .thumbnail:before {
    padding-top: min(75%, 8rem);
  }
}
@media (max-width: 767px) {
  .top-visual .thumbnail:before {
    padding-top: min(75%, 8rem);
  }
}
.done-wrap .page-visual.done {
  width: 1.2rem;
  height: 1.68rem;
  padding: 0;
  box-sizing: border-box;
}
.done-wrap .page-visual.done .svg {
  width: 100%;
  height: 100%;
}
.done-wrap .svg .cls-0 {
  fill: var(--theme);
}
.done-wrap .svg .cls-1 {
  stroke: var(--theme);
}
.done-wrap .common-title {
  font-size: 0.36rem;
  padding: 0.24rem 0.8rem;
  line-height: 0.4rem;
}
.done-wrap .common.added-info {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: var(--added-font);
  padding: 0.24rem 0.8rem;
}
@media (min-width: 768px) {
  .done-wrap {
    padding-top: 0.4rem;
  }
}

/* accordion-ui 하단 content-box 아코디언 */
.accordion-ui + .accordion-ui {
  margin-top: 0.4rem;
}

.accordion-ui .controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.6rem;
}

.accordion-ui .controls > p {
  flex: 1;
  text-align: left;
}

.accordion-ui .arrow {
  flex: none;
  width: 0.32rem;
  height: 0.32rem;
  transform: scaleY(-1);
  transition: transform 0.1s ease-out;
  color: var(--added-font);
}

.accordion-ui .content.view {
  overflow: hidden;
  height: 0;
  opacity: 0;
  max-height: 0;
  transform: translateY(-50%) scaleY(0);
  transition: opacity 0.1s ease-out, height 0.1s ease-out, transform 0.05s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-ui.opened .arrow {
  transform: scaleY(1);
}

.accordion-ui.opened .content.view {
  opacity: 1;
  max-height: max-content;
  height: max-content;
  transform: translateY(0);
  transform: translateY(0) scaleY(100%);
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.js-accordionList .accordion-button .arrow {
  transform: scaleY(-1);
}
.js-accordionList .accordion-button[aria-expanded=true] .arrow {
  transform: scaleY(1);
}

/* select-list */
.select-list > li {
  font-size: 0;
  line-height: 0;
}
.select-list label {
  display: block;
}
.select-list .inner-wrap {
  padding: 0 0.32rem;
  display: flex;
  box-sizing: border-box;
  min-height: 0.96rem;
}

.select-list.text .inner-wrap {
  min-height: 0.96rem;
  padding: 0 0.4rem;
  align-items: center;
}
.select-list.text .name {
  flex: 1;
  text-align: left;
  font-size: 0.3rem;
  line-height: 1.5;
  margin-right: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-list.text > .content {
  padding-bottom: 0;
}

.select-list.artist {
  padding: 0.12rem 0;
}
.select-list.artist li > label {
  padding: 0.3rem 0;
}
.select-list.artist .inner-wrap {
  min-height: 1rem;
  height: auto;
  padding: 0 0.4rem;
  gap: 0.28rem;
  align-items: center;
  margin: unset;
}
.select-list.artist .inner-wrap .item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.select-list.artist .thumbnail {
  flex: none;
  width: 2rem;
  border-radius: 0.16rem;
  margin-left: 0.08rem;
}
.select-list.artist .thumbnail:before {
  padding-top: 60%;
}
.select-list.artist .thumbnail:after {
  border-radius: 0.16rem;
  border-width: 0.01rem;
  border-style: solid;
}
.select-list.artist .name {
  flex: 1;
  text-align: left;
  font-size: 0.3rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-list.artist .sub {
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.select-list.artist .sub + .common {
  margin-top: 0.12rem;
}
.select-list.artist .added-info {
  color: var(--added-font);
}
.select-list.artist .common {
  font-size: 0.32rem;
  line-height: 1.125;
}

.select-list.agreement {
  padding-top: 0.12rem;
}

.scroller > .select-list.agreement {
  padding-top: 0;
}

.select-list.agreement .inner-wrap {
  min-height: 0.48rem;
  height: auto;
  padding: 0 0.48rem;
  gap: 0.2rem;
}

.select-list.agreement li > label {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.select-list.agreement label.all-check {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.select-list.agreement .name {
  flex: 1;
  text-align: left;
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.04rem 0;
}
.select-list.agreement .name a {
  text-decoration: underline;
  text-decoration-color: var(--added-font);
  text-underline-offset: 0.06rem;
}
.select-list.agreement .name a:before {
  display: none;
}

.select-list.agreement .all-check .name {
  font-size: 0.32rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 0.1em;
}

.info-box {
  background: var(--theme-bg-03);
  font-size: 0.24rem;
  padding: 0.18rem 0.4rem;
  border-radius: 0.12rem;
  margin: 0.24rem 0.4rem;
  text-align: center;
}
.info-box .common {
  color: var(--theme-font-60) !important;
  line-height: 0.36rem;
}
.info-box.sub {
  background: var(--list-glow-02);
}
.info-box.sub .common {
  color: var(--added-font) !important;
}

.chip {
  flex: none;
  background-color: var(--disabled-15);
  color: var(--white);
  padding: 0.1rem 0.18rem;
  display: inline-block;
  border-radius: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  min-width: 1.08rem;
  min-height: 0.4rem;
  text-align: center;
  box-sizing: border-box;
}
.chip.is-active {
  background-color: var(--theme);
}

.chip--artist img {
  width: auto;
  height: 0.28rem;
}

[class*=badge] {
  display: inline-block;
  min-width: 0.36rem;
  padding: 0.08rem 0.1rem;
  background: var(--theme);
  border-radius: 0.18rem;
  box-sizing: border-box;
  color: var(--white);
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.badge--nav {
  min-width: 0.4rem;
  padding: 0.06rem 0.08rem;
  border-radius: 0.2rem;
  border: 0.04rem solid var(--white);
}
.badge--dot {
  display: inline-block;
  width: 0.08rem;
  min-width: unset;
  height: 0.08rem;
  padding: 0;
  border-radius: 50%;
  line-height: inherit;
  text-indent: -9999px;
}

/* list-item */
.list-item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.4rem;
  align-items: center;
}

.list-item > * {
  flex: none;
}

.list-item > .name {
  flex: 1;
  font-size: 0.3rem;
  line-height: 1.2;
  text-align: left;
}

.list-item > .content {
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: 900;
}

.list-title {
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0.15rem 0.4rem;
  font-weight: 700;
}

.list-title {
  color: var(--added-font);
}

.list-title .light {
  font-size: inherit;
  font-weight: 400;
}

.list-view > .list-title {
  margin-bottom: 0.24rem;
  padding-left: 0;
  padding-right: 0;
}

.list-item .item-content {
  display: flex;
  width: 100%;
  align-items: center;
}

.list-item .item-content > * {
  flex: none;
}

.list-item .item-content .name {
  flex: 1;
  text-align: left;
  padding-left: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-item .arrow {
  display: inline-block;
  width: 0.6rem;
  flex: none;
}

.list-view .list-item + .list-item {
  margin-top: 0.4rem;
}

.list-item .check-box .inner-wrap .name {
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.list-item.menu {
  min-height: 1.2rem;
  justify-content: space-between;
}
.list-item.menu .content {
  text-align: left;
  flex: 1;
  padding-right: 0.28rem;
}
.list-item.menu .content .name {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: 400;
}
.list-item.menu .content .added-info {
  font-size: 0.22rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  font-weight: 400;
}
.list-item.menu .check-box {
  margin-top: -0.04rem;
  margin-bottom: -0.04rem;
}
.list-item.menu .arrow {
  width: 0.24rem;
}
.list-item.menu .arrow-btn .common {
  text-align: right;
}
.list-item.menu .arrow-btn .arrow {
  width: 0.24rem;
  height: 0.48rem;
}
.list-item.menu.is-disabled .content, .list-item.menu:disabled .content {
  color: var(--added-font);
}
.list-item.menu.is-disabled .arrow-btn, .list-item.menu:disabled .arrow-btn {
  color: var(--added-font);
}
.list-item.menu.is-disabled .arrow-btn .arrow, .list-item.menu:disabled .arrow-btn .arrow {
  display: block;
}
.list-item.menu.is-disabled .arrow-btn .arrow svg, .list-item.menu:disabled .arrow-btn .arrow svg {
  color: var(--added-font);
}

.list-item.charge .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.31rem;
}

.list-item.charge .purchase-btn .coin {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  margin-right: 0.06rem;
}

.list-item.charge {
  height: 1.8rem;
}

.list-item:disabled,
.list-item[disabled],
.list-item.is-disabled {
  color: var(--added-font);
}

.list-item:disabled small,
.list-item[disabled] small,
.list-item.is-disabled small {
  color: var(--added-font);
}

.list-item:disabled .arrow,
.list-item[disabled] .arrow,
.list-item.is-disabled .arrow {
  display: none;
}

a.list-item.menu:active,
button.list-item.menu:active {
  background-color: var(--input-press);
}

.my-wallet {
  padding: 0.4rem;
}

.my-wallet .list-item.charge {
  height: 1.6rem;
  border-radius: 0.16rem;
}

.my-wallet .list-item.charge {
  background-color: var(--content-box-bg);
}

.list-item.artist {
  display: block;
  padding: 0;
  border-radius: 0.24rem;
  overflow: hidden;
  box-sizing: border-box;
}

.list-item.artist .thumbnail:before {
  padding-top: 50%;
}

.list-item.artist .item-content {
  min-height: 1.2rem;
}

.list-item.artist .name {
  font-size: 0.28rem;
  line-height: 0.32rem;
  white-space: normal;
  padding: 0.28rem 0.4rem;
}

.list-item.artist .name small {
  display: block;
  font-size: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.24rem;
  padding-top: 0.08rem;
  font-weight: 400;
}

.list-item.artist .arrow {
  margin-right: 0.2rem;
}

.list-item.artist:disabled .arrow,
.list-item.artist[disabled] .arrow,
.list-item.artist.is-disabled .arrow {
  display: none;
}

@media (min-width: 768px) {
  .list-item.artist {
    max-width: 6.4rem;
  }
  .list-item.artist .item-content {
    min-height: 1.28rem;
  }
  .list-item.artist .name {
    font-size: 0.3rem;
  }
  .list-item.artist .name small {
    font-size: 0.22rem;
  }
}

.my-live .list-item .item-content .name {
  font-weight: 700;
}

.list-item.live {
  padding: 0.08rem 0;
  border-radius: 0.08rem;
  box-sizing: border-box;
}

.list-item.live > .arrow {
  margin-right: 0.04rem;
  margin-left: 0.04rem;
}

.list-item.live .item-content {
  position: relative;
  padding-left: 0.36rem;
  flex: 1;
  overflow: hidden;
}

.list-item.live .item-content > p {
  display: flex;
  height: 1.24rem;
  width: 100%;
  align-items: center;
  gap: 0.2rem;
  mask-image: linear-gradient(to left, transparent 0%, var(--black) 2rem);
}

.list-item.live .item-content span {
  flex: none;
  white-space: nowrap;
  text-align: left;
  line-height: 1.25;
}

.list-item.live .name {
  font-size: 0.28rem;
  padding-left: 0;
}

.list-item.live .option {
  font-size: 0.24rem;
}

.list-item.live .heart {
  margin: 0.01rem 0.04rem 0;
}

.list-item.live .heart,
.list-item.live .particle {
  width: 0.32rem;
}

.list-item.font {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media (min-width: 768px) {
  .list-item.font {
    max-width: 6.4rem;
  }
}

.list-item.font .envelope {
  display: block;
  margin: 0 auto;
  margin-bottom: -0.28rem;
  width: calc(100% - 1.28rem);
  height: 0.88rem;
  position: relative;
  box-sizing: border-box;
}

.list-item.font .envelope > .inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.list-item.font .envelope > .inner .start,
.list-item.font .envelope > .inner .mid,
.list-item.font .envelope > .inner .end {
  position: absolute;
  overflow: hidden;
  width: 0.64rem;
  height: 0.99rem;
  height: 1rem;
  top: 0;
}

.list-item.font .envelope > .inner .start .bg,
.list-item.font .envelope > .inner .end .bg {
  position: absolute;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.list-item.font .envelope > .inner .start {
  right: 100%;
}

.list-item.font .envelope > .inner .start .bg {
  left: 0;
}

.list-item.font .envelope > .inner .end {
  left: 100%;
}

.list-item.font .envelope > .inner .end .bg {
  right: 0;
}

.list-item.font .envelope > .inner .mid {
  width: 100%;
  left: 0;
}

.list-item.font .envelope > .inner .mid .bg {
  position: absolute;
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: fill;
}

.list-item.font .envelope > .inner > p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -0.05rem;
  white-space: nowrap;
  text-overflow: clip;
  height: 0.28rem;
  display: flex;
  align-items: center;
}

.list-item.font .by {
  flex: none;
  width: 0.28rem;
  margin-right: 0.04rem;
  margin-top: 0.02rem;
}

.list-item.font .name {
  flex: none;
  width: auto;
  font-size: 0.2rem;
  line-height: 1.2;
  margin-right: 0.2rem;
  opacity: 0.5;
  font-weight: 700;
}

.list-item.font .envelope > .inner > p:after {
  content: "";
  display: block;
  flex: 1;
  height: 0.01rem;
}

.list-item.font .item-content {
  border-radius: 0.2rem;
  padding: 0.28rem 0.4rem 0 0.64rem;
  display: flex;
  min-height: 2.2rem;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.list-item.font .item-content > .content {
  flex: 1;
}

.list-item.font .item-content > .content img {
  width: 4.52rem;
  max-width: 100%;
}

.list-item.font .preview {
  flex: 1;
  padding: 0.6rem 0.24rem;
}

.list-item.font .preview img {
  width: 4.52rem;
}

.list-item.font-view {
  display: block;
  padding: 0;
  border-radius: 0.36rem;
  border-top-left-radius: 0.08rem;
  border-style: solid;
  border-width: 0.01rem;
}

.list-item.font-view .name {
  display: block;
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 700;
  opacity: 0.3;
  padding: 0.56rem 0.6rem 0.16rem;
}

.list-item.font-view .divider {
  margin: 0 auto;
}

.list-item.font-view .content {
  padding: 0 0.6rem 0.54rem;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.list-item.font-view .content img {
  width: 5.2rem;
}

.list-item.font-view .item-content {
  height: 1.1rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.list-item.font-view .item-content .cost {
  flex: 1;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

.list-item.font-view .item-content .cost strong {
  font-size: 0.32rem;
  font-weight: 700;
  position: relative;
  top: 0.02rem;
}

.list-item.ticket {
  align-items: stretch;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  min-height: 3.04rem;
}
@media (min-width: 768px) {
  .list-item.ticket {
    max-width: 6.4rem;
  }
}

.list-item.ticket .item-deco {
  flex: 1;
  position: absolute;
  inset: -0.04rem;
  display: flex;
  overflow: hidden;
  align-items: stretch;
}

.list-item.ticket .item-deco em {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.list-item.ticket .item-deco .start {
  flex: none;
  width: 0.56rem;
  margin-right: -0.02rem;
}

.list-item.ticket .item-deco .end {
  flex: none;
  width: 1.28rem;
}

.list-item.ticket.disabled .item-deco .end .cls-0 {
  fill: none;
}

.list-item.ticket .item-deco .mid {
  flex: 1;
  z-index: 1;
}

.list-item.ticket .item-deco .svg {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
}

.list-item.ticket .item-deco .end .svg {
  right: 0;
  left: auto;
}
.list-item.ticket .item-deco .end .svg .cls-0[fill*="rgb(255, 255, 255)"] {
  opacity: 0;
}

.list-item.ticket .item-deco:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.32rem;
  bottom: 0.32rem;
  right: 1.05rem;
  z-index: 1;
  width: 0.01rem;
}

.list-item.ticket .shadow {
  position: absolute;
  left: 0;
  top: 0.02rem;
  opacity: 0.03;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  overflow: visible;
  filter: blur(0.1rem);
}

.list-item.ticket .shadow:before,
.list-item.ticket .shadow:after {
  content: "";
  display: block;
  position: relative;
  flex: none;
  height: 100%;
  background-image: url(../images/store/img_bubble_ticket_shadow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.list-item.ticket .shadow:before {
  width: 0.56rem;
  background-position: left top;
}

.list-item.ticket .shadow:after {
  width: 1.28rem;
  background-position: right top;
}

.list-item.ticket .shadow .mid {
  flex: 1;
  background: #000;
}

.list-item.ticket .item-content {
  position: relative;
  align-items: flex-start;
  gap: 0.16rem;
  margin: auto 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.56rem;
  padding-right: 1.28rem;
}

.list-item.ticket .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0.2rem 0;
}

.list-item.ticket .details > * {
  flex: none;
}

.list-item.ticket .details:before,
.list-item.ticket .details:after {
  content: "";
  display: block;
  flex: 1;
}

.list-item.ticket .details p {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.28rem;
}

.list-item.ticket .details strong {
  font-weight: 700;
}

.list-item.ticket .details .badge {
  padding: 0;
  margin-bottom: 0.04rem;
  background: unset;
  text-align: unset;
}

.list-item.ticket .details .name {
  display: block;
  font-size: 0.44rem;
  line-height: 0.52rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  width: calc(100% - 0.56rem);
  overflow: initial;
  white-space: initial;
  text-overflow: unset;
}
.list-item.ticket .details .name + .name {
  margin-top: 0.08rem;
}

.list-item.ticket .details .main {
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: var(--main-font);
}

.list-item.ticket .details .added-info {
  line-height: 0.28rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.16rem;
  padding: 0;
}
.list-item.ticket .details .added-info span {
  line-height: 0.36rem;
}
.list-item.ticket .details .added-info:last-child {
  margin-top: 0.2rem;
}

.list-item.ticket .details .info {
  line-height: 0.28rem;
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}

.list-item.ticket .details .info span {
  line-height: 0.28rem;
  text-decoration: underline;
  text-underline-offset: 0.06rem;
}

.list-item.ticket .details .info .svg {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.12rem;
  flex: none;
  align-self: flex-start;
}

.list-item.ticket .details .warning .svg .cls-0 {
  fill: var(--warning);
}

.list-item.ticket .item-content .start,
.list-item.ticket .item-content .start .svg {
  left: 0;
}

.list-item.ticket .item-content .end,
.list-item.ticket .item-content .end .svg {
  right: 0;
}

.list-item.ticket .item-content .end:before,
.list-item.ticket .item-content .end:after {
  content: "";
  display: block;
  right: 0;
  position: absolute;
  z-index: 1;
}

.list-item.ticket .item-content .end:before {
  top: 0.08rem;
  bottom: 0.08rem;
  width: 100%;
}

.list-item.ticket .item-content .end:after {
  top: 0.32rem;
  bottom: 0.32rem;
  width: max(1px, 0.01rem);
}

.list-item.ticket .item-content .ui-btn[name=ui-more] {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: auto;
  margin-top: 0.38rem;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 1.28rem;
}

.list-item.ticket:disabled .end:before,
.list-item.ticket[disabled] .end:before,
.list-item.ticket.is-disabled .end:before {
  top: 0.035rem;
  bottom: 0.035rem;
}

.list-item.ticket.expired .ui-btn[name=ui-more] {
  display: none;
}

.list-item.ticket .avatar-box {
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
}
.list-item.ticket .avatar-box .thumbnail {
  flex: none;
  width: 0.52rem;
  height: 0.52rem;
  margin: 0.04rem;
  border-radius: 50%;
  border: 0.01rem solid var(--list-stroke-10);
  box-shadow: 0 0 0 0.04rem var(--white);
  box-sizing: border-box;
  background: url(../images/common/img_profile.svg) no-repeat center/calc(100% + 0.02rem);
}
.list-item.ticket .avatar-box .thumbnail img {
  min-height: calc(100% + 0.02rem);
  width: calc(100% + 0.02rem);
}
.list-item.ticket .avatar-box .content {
  margin-left: 0.12rem;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: left;
}

.list-item.ticket.type-header {
  --ticket-bg: var(--white);
  --divider-line: var(--list-stroke);
  --header-font-color: var(--main-font);
  height: auto;
}
.list-item.ticket.type-header .item-deco .cls-0 {
  fill: var(--ticket-bg);
}
.list-item.ticket.type-header .item-deco .cls-1 {
  stroke: var(--list-stroke-10);
}
.list-item.ticket.type-header .item-deco:before {
  top: 1.04rem;
  bottom: unset;
  left: 0.16rem;
  right: 0;
  z-index: 2;
  width: calc(100% - 0.22rem);
  height: 0.02rem;
  background: linear-gradient(90deg, var(--divider-line) 0.08rem, transparent 0.08rem, transparent 0.12rem, var(--divider-line) 0.12rem);
  background-size: 0.12rem 100%;
}
.list-item.ticket.type-header .item-content {
  flex-direction: column;
  margin: 0;
  padding: 0 0.4rem;
  gap: 0;
}
.list-item.ticket.type-header .item-content strong {
  font-weight: 900;
}
.list-item.ticket.type-header .item-content .content-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0.36rem 0 0.36rem;
}
.list-item.ticket.type-header .item-content .content-header .content {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--header-font-color);
}
.list-item.ticket.type-header .item-content .details {
  padding: 0.28rem 1.32rem 0.36rem 0rem;
  position: relative;
}
.list-item.ticket.type-header .item-content .details .name {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--sub-font);
}
.list-item.ticket.type-header .item-content .details .name strong {
  color: var(--main-font);
}
.list-item.ticket.type-header .item-content .details .added-info {
  color: var(--added-font-20);
  line-height: 0.28rem;
  margin-top: 0.32rem;
}
.list-item.ticket.type-header .item-content .details .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: -0.2rem;
  top: calc(50% - 0.3rem);
  fill: var(--input-icon);
}
.list-item.ticket.type-header.theme {
  --ticket-bg: var(--theme-bg-05);
  --divider-line: var(--theme-list-stroke);
  --header-font-color: var(--theme);
}
.list-item.ticket.type-header .shadow:before,
.list-item.ticket.type-header .shadow:after {
  background-image: url(../images/store/bg_ticket_03.svg);
}

.list-item.voucher {
  padding: 0.6rem 0.4rem;
  border-radius: 0.36rem;
  border-top-left-radius: 0.08rem;
  box-sizing: border-box;
  border-width: 0.01rem;
  border-style: solid;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .list-item.voucher {
    max-width: 6.4rem;
  }
}

.list-item + .list-item.voucher {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-item.voucher .item-content {
  min-height: 0.4rem;
  padding-bottom: 0.44rem;
  align-items: flex-start;
  gap: 0.32rem;
}

.list-item.voucher .name {
  flex: 1;
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding: 0;
  overflow: unset;
  white-space: normal;
  word-break: break-word;
}

.list-item.voucher .details {
  text-align: right;
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.list-item.voucher .details small,
.list-item.voucher .details strong {
  position: relative;
}

.list-item.voucher .details strong {
  font-size: 0.4rem;
  margin-left: 0.12rem;
}

.list-item.voucher .details span {
  margin-top: 0.04rem;
  margin-left: 0.02rem;
  line-height: 1;
}

.list-item.voucher .details small:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 0.01rem;
  left: 0;
  width: 100%;
}

.list-item.voucher .purchase-btn {
  flex: none;
}

.list-item.log {
  padding: 0 0 0.24rem 0.6rem;
  position: relative;
  display: block;
}

.list-item.log + .list-item.log {
  padding-top: 0.4rem;
  margin-top: 0;
}

.list-item.log:before,
.list-item.log:after {
  content: "";
  display: block;
  position: absolute;
}

.list-item.log:before {
  left: 0.2rem;
  width: 0.02rem;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}

.list-group .list-item.log:first-child:before {
  top: 0.45rem;
}

.list-group .list-item.log:last-child:before {
  bottom: calc(100% - 0.85rem);
}

.list-item.log:after {
  left: 0.2rem;
  width: 0.12rem;
  height: 0.12rem;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  top: 0.85rem;
}

.list-group .list-item.log:first-child:after {
  top: 0.45rem;
}

.list-item.log .date-time {
  padding: 0.24rem 0 0;
  display: block;
  position: relative;
  font-size: 0.24rem;
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item.log .item-content {
  display: block;
  margin: 0.2rem 0 0;
  padding: 0.4rem;
  position: relative;
  width: auto;
  border-radius: 0.24rem;
  border-top-left-radius: 0;
  border-style: solid;
  border-width: 0.01rem;
}

.list-item.log .item-content > p {
  font-size: 0.3rem;
  line-height: 0.48rem;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-item.emoticon {
  display: block;
  border-radius: 0.36rem;
  border-top-left-radius: 0;
  padding-left: 0;
  padding-right: 0;
  width: 6.4rem;
  max-width: 100%;
}

.list-item.emoticon .preview {
  display: flex;
  padding: 0 0.24rem;
  margin: 0.4rem 0 0.24rem;
  gap: 0.24rem;
  justify-content: center;
  height: 1.68rem;
  /*min-width: 5.52rem;*/
  overflow: hidden;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.list-item.emoticon .preview > span {
  flex: 0 auto;
  width: 1.68rem;
  display: block;
  height: auto;
  overflow: hidden;
  /*border-radius: .24rem;*/
}

.list-item.emoticon .name {
  font-size: 0.28rem;
  line-height: 0.36rem;
  padding: 0.24rem 0.4rem 0.4rem;
}

.list-item.shop {
  height: 1.6rem;
}

.list-item.shop .thumbnail {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  margin-right: 0.28rem;
}

.list-item.shop-icon {
  height: auto;
  width: 1.2rem;
  padding: 0;
  display: block;
  text-align: center;
}

.list-item.shop-icon .thumbnail {
  width: 100%;
  height: auto;
  border-radius: 100%;
  margin: 0;
}

.list-item.shop-icon .thumbnail:before {
  padding-top: 100%;
}

.list-item.shop-icon .thumbnail .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.list-item.shop-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.list-item.shop-icon .icon .cs-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-item.shop-icon .icon .cs-img.shadow1 {
  filter: blur(0.1rem);
  z-index: 0;
}

.list-item.shop-icon .icon .cs-img.shadow2 {
  filter: blur(0.04rem);
  mix-blend-mode: darken;
  z-index: 0;
}

.list-item.shop-icon .icon .cs-img.tint {
  filter: blur(0);
  z-index: 1;
}

.list-item.shop-icon .name {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding: 0.16rem 0 0;
  text-align: center;
}

.list-item.shop-icon .name > span {
  position: relative;
  z-index: 1;
  padding: 0 0.08rem;
}

.list-item.shop-icon .name .line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0.12rem;
  width: 0;
  z-index: -1;
}

.list-item.shop-icon.selected .name {
  font-weight: 700;
}

.list-item.shop-icon.selected .name .line {
  width: 100%;
}

.list-item.shop-icon.all .icon,
.list-item.shop-icon.selected .icon,
.list-item.shop-icon.selected .dim {
  opacity: 1;
}

.list-item .thumbnail {
  background-color: var(--empty-bg);
}

.list-item.artist {
  background-color: var(--white);
  border: 0.01rem solid var(--list-stroke);
  box-shadow: 0 0 0.2rem var(--list-glow);
}

.list-item.emoticon {
  background-color: var(--white);
  border: 0.01rem solid var(--list-stroke);
  box-shadow: 0 0 0.2rem var(--list-glow);
}

.my-live .list-item.artist .name small {
  color: var(--sub-font);
}

.list-item.live {
  background-color: var(--white);
  border: 0.01rem solid var(--list-stroke);
  box-shadow: 0 0 0.2rem var(--list-glow);
}

.list-item.font .item-content {
  background-color: var(--white);
  border: 0.01rem solid var(--list-stroke);
  box-shadow: 0 0 0.2rem 0.1rem var(--list-glow-02);
  background-clip: padding-box;
}

/*
.list-item.font .envelope {
  background: var(--white);
  border-top: .01rem solid var(--list-stroke);
  border-bottom: .01rem solid var(--list-stroke);
}
*/
.list-item .own-color .name {
  color: var(--main-font);
}

.list-item.live .own-color .particle {
  opacity: 0.5;
}

.list-item.live .own-color .option {
  opacity: 0.7;
}

.list-item .own-color .by {
  opacity: 0.8;
}

.list-item.font .own-color > p:after {
  background-color: var(--disabled);
}

/*
.list-item.font:disabled .own-color,
.list-item.font[disabled] .own-color {
  background-color: var(--empty-bg) !important;
}
*/
.list-item.font:disabled .own-color .svg .cls-0,
.list-item.font[disabled] .own-color .svg .cls-0,
.list-item.font.is-disabled .own-color .svg .cls-0 {
  fill: var(--empty-bg) !important;
  opacity: 1;
}

.list-item.font:disabled .own-color .name,
.list-item.font[disabled] .own-color .name,
.list-item.font.is-disabled .own-color .name {
  color: var(--added-font);
  font-weight: 400;
}

.list-item.font-view {
  background-color: var(--content-box-bg);
  border-color: var(--list-stroke);
}

.list-item.shop .thumbnail {
  background-color: var(--empty-bg);
  border-color: var(--list-stroke);
}

.list-item.ticket:before {
  box-shadow: 0 0.04rem 0.12rem var(--disabled);
}

.list-item.ticket .details .warning span {
  color: var(--warning);
  border-color: var(--warning);
}

.list-item.ticket.expired .details .info .svg {
  fill: var(--input-icon);
}

.list-item.ticket.expired .details .info span {
  color: var(--input-icon);
  border-color: var(--input-icon);
}

.list-item.ticket .item-content .end:before {
  background: var(--white);
}

.list-item.ticket .item-content .end:after {
  background: var(--empty-bg);
}

.list-item.ticket .item-deco:before {
  background: var(--list-stroke-10);
}

.list-item.ticket p,
.list-item.ticket.expired p {
  color: var(--added-font);
}

.list-item.ticket .badge,
.list-item.ticket .name {
  color: var(--main-font);
}

.list-item.ticket.expired .item-deco .ticket-bg {
  fill: var(--search-input) !important;
}

.list-item.ticket.expired .item-deco .cls-0 {
  opacity: 0 !important;
}

.list-item.voucher {
  background-color: var(--content-box-bg);
  border-color: var(--list-stroke);
}

.list-item.voucher .details small {
  color: var(--added-font);
}

.list-item.voucher .details small:before {
  background-color: var(--added-font);
}

.list-item.log .date-time {
  color: var(--sub-font);
}

.list-item.log:before,
.list-item.log:after {
  background-color: var(--theme);
}

.list-item.log:before {
  opacity: 0.15;
}

.list-item.log .item-content {
  border-color: var(--list-stroke);
  background-color: var(--content-box-bg);
}

.thumbnail-wrap {
  padding: 0.4rem;
}

.thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 0;
  background-color: var(--empty-bg-02);
  user-select: unset;
  -webkit-user-drag: unset;
}
.thumbnail:before {
  content: "";
  display: block;
}
.thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.thumbnail > img {
  position: absolute;
  height: auto;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.card-thumbnail {
  position: relative;
  width: 6.4rem;
  height: 4rem;
  border-radius: 0.24rem;
  background: var(--empty-bg);
  box-shadow: 0 0.04rem 0.16rem 0 var(--list-glow-10);
  overflow: hidden;
  box-sizing: border-box;
}
.card-thumbnail.card--kakaopay .card-default .content {
  color: var(--main-font);
  text-shadow: none;
}
.card-thumbnail.card--kakaopay .card-default .main {
  color: var(--main-font);
  text-shadow: none;
}
.card-thumbnail.card--kakaopay .cardBg {
  fill: var(--kakaopay);
}
.card-thumbnail.card--kakaopay .ui-btn[name=ui-delete] .cls-0 {
  color: var(--main-font);
  filter: none;
}
.card-thumbnail.card--payco {
  color: var(--white);
}
.card-thumbnail.card--payco .cardBg {
  fill: var(--payco);
}
.card-thumbnail.card--paypal {
  color: var(--white);
}
.card-thumbnail.card--paypal .cardBg {
  fill: var(--paypal);
}
.card-thumbnail.card--alipay .cls-3 {
  fill: var(--white);
}
.card-thumbnail.card--alipay .cls-4 {
  fill: var(--white);
}
.card-thumbnail.card--alipay .cls-5 {
  fill: var(--white);
}
.card-thumbnail.card--alipay .cls-6 {
  fill: var(--white);
}
.card-thumbnail.card--alipay .cls-4,
.card-thumbnail.card--alipay .cls-5 {
  opacity: 0.7;
}
.card-thumbnail.card--alipay .cardBg {
  fill: var(--alipay);
}
.card-thumbnail .card-img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-thumbnail .card-bg {
  position: absolute;
  inset: -0.2rem;
  z-index: 0;
  background: var(--white);
}
.card-thumbnail .card-bg svg {
  width: 100%;
  height: 100%;
}
.card-thumbnail .card-default {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 0.4rem 0.48rem;
  box-sizing: border-box;
}
.card-thumbnail .card-default .card-logo {
  width: 1.08rem;
  height: 0.44rem;
  margin-bottom: auto;
}
.card-thumbnail .card-default .main {
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0.02rem 0.04rem var(--list-glow-10);
  text-align: left;
}
.card-thumbnail .card-default .content {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-bottom: 0.12rem;
  color: var(--white);
  text-align: left;
  flex: unset;
  text-shadow: 0 0.02rem 0.04rem var(--list-glow-10);
}
.card-thumbnail .ui-btn[name=ui-delete] {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  color: var(--white);
}
.card-thumbnail.card-empty {
  background-color: var(--empty-bg-02);
  position: relative;
  overflow: visible;
  background: url(../images/store/common/bg_card_empty.svg) center/contain no-repeat;
  border-radius: 0.24rem;
  box-shadow: none;
}
.card-thumbnail.card-empty .btn-add {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.card-thumbnail.card-empty .btn-add img {
  margin-top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
}
.card-thumbnail.card-empty .btn-add .common {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: var(--sub-font);
}
.card-thumbnail.card-empty .btn-add .sub {
  margin-top: 0.44rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: var(--added-font-20);
  min-height: 0.76rem;
  padding: 0 0.6rem;
}

.file-thumbnail {
  display: none;
}
.file-thumbnail.is-shown {
  display: block;
}
.file-thumbnail .img-wrap {
  position: relative;
  display: block;
  width: 1.36rem;
  height: 0.68rem;
  border: 0.01rem solid var(--list-glow-10);
  border-radius: 0.12rem;
  background: var(--empty-bg);
  overflow: hidden;
  box-sizing: border-box;
}
.file-thumbnail .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-thumbnail .img-wrap::before {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--visual-dim-20);
  z-index: 1;
  content: "";
}
.file-thumbnail .content {
  overflow: hidden;
}
.file-thumbnail .content .common {
  font-size: 0.3rem;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-thumbnail .ui-btn[name=ui-delete] {
  width: 0.52rem;
  height: 0.52rem;
}
@media (min-width: 768px) {
  .file-thumbnail {
    align-items: center;
  }
  .file-thumbnail.is-shown {
    display: flex;
  }
  .file-thumbnail .content {
    margin-left: 0.04rem;
  }
  .file-thumbnail .content .common {
    color: var(--sub-main-font-02);
  }
  .file-thumbnail .img-wrap {
    margin-left: 0.2rem;
    flex: none;
  }
  .file-thumbnail .ui-btn[name=ui-delete] {
    flex: none;
    color: var(--sub-main-font);
  }
}
@media (max-width: 767px) {
  .file-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 3.2rem;
  }
  .file-thumbnail .img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.28rem;
    z-index: 0;
  }
  .file-thumbnail .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.36rem;
    color: var(--white);
  }
  .file-thumbnail .ui-btn[name=ui-delete] {
    position: absolute;
    top: 0.16rem;
    right: 0.16rem;
    z-index: 2;
    width: 0.6rem;
    height: 0.6rem;
    color: var(--white);
  }
}

/* banners */
.banner-block {
  padding: 0.4rem 0;
}

.banner-block > .swiper-container {
  padding: 0.4rem 0;
  overflow: hidden;
  position: relative;
}

.banner-block .swiper-slide {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.banner-block .banner-item {
  position: relative;
  width: 100%;
  display: block;
}

.banner-block .item-content {
  display: flex;
  height: 1.8rem;
  align-items: center;
  width: 100%;
  position: relative;
}

.banner-block .item-content > .content {
  flex: 1;
  text-align: left;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
}

.banner-block .item-content .visual {
  flex: none;
  position: relative;
}

.banner-block .swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}

.banner-block .swiper-container .swiper-pagination-bullet {
  border-radius: 100%;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0.02rem 0.06rem;
  opacity: 0.1;
  vertical-align: middle;
  transition: all 0.15s;
}

.banner-block .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.3;
}

.banner-block .mini-banner .swiper-pagination {
  bottom: 0.16rem;
}

.banner-block .mini-banner .item-content {
  height: 1.4rem;
}

.sub-banner .swiper-pagination {
  bottom: 0.56rem;
}

.sub-banner .swiper-slide {
  padding: 0;
}

.sub-banner .thumbnail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.sub-banner .thumbnail:before {
  display: none;
}

.sub-banner .thumbnail .h-support {
  position: absolute;
  width: 120%;
  left: -10%;
  top: -10%;
  height: 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(0.25rem);
}

.sub-banner .thumbnail > img {
  max-width: 7.2rem;
}

.sub-banner .item-content {
  max-width: 7.2rem;
  margin: 0 auto;
}

.sub-banner .item-content .content {
  padding: 0 3.2rem 0 0.4rem;
}

.sub-banner .item-content .content {
  color: var(--white);
}

.sub-banner .swiper-pagination-bullet {
  background-color: var(--white);
}

.sub-banner[data-scheme=light] .item-content .content {
  color: var(--black);
}

.sub-banner[data-scheme=light] .swiper-pagination-bullet {
  background-color: var(--black);
}

.mini-banner .swiper-slide {
  margin-top: -0.4rem;
  padding: 0 0.4rem;
}

.mini-banner .banner-item {
  padding-top: 0.4rem;
}

.mini-banner .item-content {
  border-radius: 0.24rem;
}

.mini-banner .item-content .visual {
  width: 2.2rem;
  overflow: hidden;
  margin-top: -0.4rem;
  height: 1.8rem;
  border-radius: 0;
  border-bottom-right-radius: 0.24rem;
}

.mini-banner .item-content > .visual > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.mini-banner .item-content > .content span,
.mini-banner .item-content > .content strong {
  display: inline-block;
  white-space: nowrap;
}

.mini-banner .item-content > .content {
  line-height: 0.4rem;
}

.mini-banner .item-content > .content span {
  font-size: 0.24rem;
}

.mini-banner .item-content > .content strong {
  font-weight: 700;
  margin-right: 0.32em;
}

.mini-banner .item-content .content {
  color: var(--main-font);
}

.mini-banner .swiper-pagination-bullet {
  background-color: var(--black);
}

.banner-wrap {
  padding: 0.24rem 0.4rem;
}
.list-view .banner-wrap {
  padding-left: 0;
  padding-right: 0;
}

.banner-wrap .banner-item {
  position: relative;
  width: 100%;
  display: block;
}
.banner-wrap .item-content {
  display: flex;
  height: 1.8rem;
  align-items: center;
  width: 100%;
  position: relative;
}
.banner-wrap .item-content > .content {
  flex: 1;
  text-align: left;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.banner-wrap .item-content .visual {
  flex: none;
  position: relative;
}

.font-banner {
  height: 1.6rem;
}
.font-banner .banner-item {
  height: 100%;
  background: linear-gradient(to right, #eee0e4, #dae0f2);
  border-radius: 0.24rem;
}
.font-banner .item-content {
  height: 100%;
  top: -0.24rem;
  padding-top: 0.24rem;
  border-radius: 0.24rem;
  background-image: url(../images/store/bg_banner_font.png);
  background-position: right -0.4rem bottom;
  background-size: 10.4rem 1.16rem;
  background-repeat: no-repeat;
}
.font-banner .item-content .content {
  color: rgba(36, 46, 92, 0.8);
  font-weight: 200;
  font-size: 0.24rem;
  line-height: 0.42rem;
}
.font-banner .item-content .content strong {
  font-weight: 400;
}
.font-banner .visual {
  margin: 0 0.4rem;
  background: var(--white-50);
  border: 0.01rem solid var(--white-dimmed);
  border-radius: 0.06rem 0.2rem 0.2rem;
  padding: 0.2rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0.24rem var(--empty-bg-02);
}
.font-banner .visual img {
  width: 1.14rem;
}
@media (max-width: 767px) {
  .font-banner .item-content .content span {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .font-banner {
    height: 1.8rem;
  }
  .font-banner .item-content {
    background-size: auto 100%;
    background-position: left 51% bottom;
  }
  .font-banner .item-content .content {
    padding: 0 0.8rem;
    font-size: 0.28rem;
  }
  .font-banner .visual {
    margin: 0 0.8rem;
    border-radius: 0.08rem 0.28rem 0.28rem;
    padding: 0.24rem;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .font-banner .visual img {
    width: 1.48rem;
  }
}
@media (min-width: 1280px) {
  .font-banner {
    height: 2rem;
  }
  .font-banner .item-content {
    justify-content: center;
    background-size: 100%;
    background-position: center bottom;
    align-items: center;
  }
  .font-banner .item-content .content {
    min-width: 10rem;
    padding: 0;
    flex: 0;
    font-size: 0.36rem;
  }
  .font-banner .visual {
    margin-left: 1rem;
    margin-right: 0;
    border-radius: 0.12rem 0.32rem 0.32rem;
    padding: 0.32rem;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .font-banner .visual img {
    width: 1.96rem;
  }
}

.tab-nav {
  display: flex;
  border-bottom: 0.01rem solid var(--line);
}
.tab-nav .tab-item {
  position: relative;
  flex: 1;
  min-height: 0.88rem;
  line-height: 1.2;
  padding: 0.16rem 0.4rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: var(--added-font);
  font-weight: 700;
}
.tab-nav .tab-item[aria-selected=true] {
  color: var(--main-font);
}
.tab-nav .tab-item[aria-selected=true]::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.2rem);
  width: 0.4rem;
  height: 0.02rem;
  background-color: var(--main-font);
  transition: opacity 0.3s;
  content: "";
}

/* product-list */
.swiper-container[data-type=product-list] {
  padding: 0.24rem 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.swiper-container[data-type=product-list] .swiper-slide {
  padding: 0 0.2rem;
  width: auto !important;
  position: relative;
}

/* product-group-list */
.swiper-container[data-type=product-group-list] {
  padding: 0.24rem 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.result-view .content-group .swiper-container[data-type=product-group-list] {
  padding-top: 0;
}

.result-view .content-group .swiper-container[data-type=product-group-list].emoticon {
  padding-top: 0.24rem;
}

.result-view .content-group .swiper-container[data-type=product-group-list] .font {
  margin-top: 0.24rem;
}

.swiper-container[data-type=product-group-list] .swiper-slide {
  padding: 0 0.2rem;
  width: auto !important;
  position: relative;
}

.swiper-container[data-type=product-group-list].emoticon .swiper-slide {
  padding: 0 0.4rem;
}

.swiper-container[data-type=product-group-list] .swiper-slide .list-item.font {
  margin-left: 0.2rem;
}

.list-view .swiper-container[data-type=product-group-list] .swiper-slide .list-item.font {
  margin-left: 0;
}

.product-item {
  width: 2.64rem;
  height: 3.76rem;
  border-radius: 0.36rem;
  border-top-left-radius: 0;
  border-width: 0.01rem;
  border-style: solid;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.product-item:before,
.product-item:after {
  content: "";
  display: block;
  flex: 1;
}

.product-item > span {
  display: block;
  position: relative;
  margin: 0 auto;
  flex: none;
}

.product-item .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.32rem;
}

.product-item .thumbnail {
  border-radius: 100%;
  overflow: hidden;
  width: 1.68rem;
}

.product-item .thumbnail img {
  z-index: 2;
}

.product-item .thumbnail:before {
  padding-top: 100%;
}

.product-item .thumbnail:after {
  z-index: 1;
  border-radius: 100%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.01rem;
}

.product-item .icon {
  border-radius: 0.14rem;
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
}

.product-item.bubble .icon {
  width: 0.8rem;
}

.product-item.live .icon {
  width: 1.15rem;
}

.product-item.live .thumbnail {
  overflow: visible;
}

.product-item.font .icon {
  width: 1.2rem;
}

.product-item.emoticon .icon {
  width: 1rem;
}

.product-item.emoticon-group {
  width: 5.52rem;
  height: auto;
  border: 0 none;
  border-radius: 0;
  display: block;
}

.product-item.emoticon-group .name {
  font-size: 0.28rem;
  letter-spacing: -0.035em;
  font-weight: 400;
  line-height: 0.32rem;
  padding: 0.24rem 0.2rem;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}

.product-item.emoticon-group > .preview {
  display: flex;
  gap: 0.24rem;
  width: 5.52rem;
}

.product-item.emoticon-group > .preview .cols {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  width: 1.68rem;
}

.product-item.emoticon-group > .preview span {
  flex: 1;
  border-radius: 0.24rem;
  overflow: hidden;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.01rem;
}

.product-item .thumbnail {
  background-color: var(--white);
}

.product-item.bubble {
  background-color: var(--bg-bubble);
  border-color: rgba(var(--ic-bubble), 0.2);
}

.product-item.bubble .icon {
  background-color: rgba(var(--ic-bubble), 0.6);
}

.product-item.bubble .thumbnail:after {
  border-color: rgba(var(--ic-bubble), 0.15);
}

.product-item.live {
  background-color: var(--bg-bubble-live);
  border-color: rgba(var(--ic-bubble-live), 0.2);
}

.product-item.live .icon {
  background-color: rgba(var(--ic-bubble-live), 0.6);
}

.product-item.live .thumbnail:after {
  border-color: rgba(var(--ic-bubble-live), 0.15);
}

.product-item.font {
  background-color: var(--bg-bubble-font);
  border-color: rgba(var(--ic-bubble-font), 0.2);
}

.product-item.font .icon {
  background-color: rgba(var(--ic-bubble-font), 0.6);
}

.product-item.font .thumbnail:after {
  border-color: rgba(var(--ic-bubble-font), 0.15);
}

.product-item.emoticon {
  background-color: var(--bg-emoticon);
  border-color: rgba(var(--ic-emoticon), 0.2);
}

.product-item.emoticon .icon {
  background-color: rgba(var(--ic-emoticon), 0.6);
}

.product-item.emoticon .thumbnail:after {
  border-color: rgba(var(--ic-emoticon), 0.15);
}

.product-item.emoticon-group .preview span {
  background-color: var(--white);
  border-color: var(--list-stroke);
}

/* emoticon-visual ~ emoticon-preview */
.emoticon-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 6.2rem;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 0.56rem;
}

.emoticon-visual:before,
.emoticon-visual:after {
  content: "";
  display: block;
  flex: 1;
}

.emoticon-visual > * {
  flex: none;
}

.emoticon-visual .profile {
  display: block;
  width: 2.4rem;
  margin: 0 auto 0.2rem;
}

.emoticon-visual .company,
.emoticon-visual .title {
  font-size: 0.36rem;
  line-height: 0.44rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  padding-bottom: 0.08rem;
}

.emoticon-visual .cost,
.emoticon-visual .limit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: -0.025em;
}

.emoticon-visual .cost {
  font-weight: 700;
  padding-top: 0.28rem;
  padding-bottom: 0.08rem;
}

.emoticon-visual .limit {
  opacity: 0.3;
}

.emoticon-visual .coin {
  width: 0.26rem;
  height: 0.26rem;
  margin: 0 0.08rem 0.04rem 0;
}

.emoticon-preview .item {
  -webkit-tap-highlight-color: transparent;
}

.emoticon-preview {
  display: block;
  padding: 0.29rem 0.12rem;
  border-radius: 0.36rem;
  border-style: solid;
  border-width: 0.01rem;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.emoticon-preview {
  background: var(--white);
  border-color: var(--list-stroke);
}

.emoticon-preview .item-aligner {
  opacity: 0;
  transition: opacity 0s 0.2s;
}

.init .emoticon-preview .item-aligner {
  opacity: 1;
}

.emoticon-preview .item-aligner {
  display: block;
  text-align: center;
}

.emoticon-preview .item-aligner:after {
  content: "";
  display: inline-block;
  width: 0;
}

.emoticon-preview .item-aligner[data-empty="1"]:after {
  width: 1.94rem;
}

.emoticon-preview .item-aligner[data-empty="2"]:after {
  width: 3.88rem;
}

.emoticon-preview .item-aligner[data-empty="3"]:after {
  width: 5.82rem;
}

.emoticon-preview .item-aligner[data-empty="4"]:after {
  width: 7.76rem;
}

.emoticon-preview .item-aligner[data-empty="5"]:after {
  width: 9.7rem;
}

.emoticon-preview .item-aligner[data-empty="6"]:after {
  width: 11.64rem;
}

.emoticon-preview .item {
  display: inline-block;
  width: 1.48rem;
  height: 1.48rem;
  padding: 0.23rem;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
}

.emoticon-preview .item > img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1.48rem, var(--fs) * 148px);
  height: min(1.48rem, var(--fs) * 148px);
  transform: translate(-50%, -50%);
}

.emoticon-preview .item.selected > img {
  width: min(1.8rem, var(--fs) * 180px);
  height: min(1.8rem, var(--fs) * 180px);
}

.init .emoticon-preview .item > img {
  transition: all 0.2s ease-in-out;
}

/* date-picker */
.date-picker {
  position: relative;
  padding-top: 0.24rem;
}

.date-picker:before,
.date-picker:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.28rem;
  position: absolute;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.date-picker:before {
  top: 0.24rem;
}

.date-picker:after {
  bottom: 0.36rem;
}

.date-picker .swiper-container {
  height: 4.8rem;
  flex: 1;
  width: auto;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.date-picker .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.82rem;
  height: 0.68rem;
  margin-top: 0.02rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 0;
  border-style: solid;
  border-top-width: 0.02rem;
  border-bottom-width: 0.02rem;
}

.date-picker .swiper-scrollbar {
  right: 0.06rem;
  top: 0;
  height: 100%;
  width: 0.06rem;
  opacity: 0 !important;
}

.date-picker .swiper-scrollbar-drag {
  width: 0.06rem;
  border-radius: 0.03rem;
}

.date-picker .swiper-slide {
  font-size: 0.28rem;
  font-weight: 400;
  text-align: center;
  line-height: 0.4rem;
  padding: 0.28rem 0;
  position: relative;
  height: auto;
  transition: all 0.15s ease-out;
}

.date-picker .swiper-slide.swiper-slide-active {
  font-weight: 700;
  font-size: 0.36rem;
}

.date-picker .swiper-slide.swiper-slide-active {
  color: var(--theme-font);
}

.date-picker .swiper-scrollbar {
  background: transparent;
}

.date-picker .swiper-scrollbar-drag {
  background-color: var(--input-icon);
}

.date-picker .swiper-container:before {
  border-color: var(--theme-disabled);
}

.date-picker:before {
  background: linear-gradient(to bottom, var(--white) 0%, transparent 100%);
}

.date-picker:after {
  background: linear-gradient(to top, var(--white) 0%, transparent 100%);
}

.top-visual.font[data-align=contain] {
  height: 8.8rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual.font[data-align=contain] {
    height: 10.36rem;
  }
}
@media (min-width: 1280px) {
  .top-visual.font[data-align=contain] {
    height: 10.8rem;
  }
}
.top-visual.font[data-align=contain] .thumbnail img {
  max-height: unset;
  height: 8.8rem;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual.font[data-align=contain] .thumbnail img {
    height: 10.64rem;
    max-height: unset;
    object-fit: contain;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .top-visual.font[data-align=contain] .thumbnail img {
    height: 10.8rem;
    right: calc((100% - 25.6rem) / 2);
    left: unset;
    transform: translate(0, -50%);
  }
}
.top-visual.font .font-view-ani.inner-wrap {
  top: -0.06rem;
}
.top-visual.font .font-view-ani.inner-wrap .dc {
  width: 5.6rem;
  height: 0.4rem;
}
.top-visual.font .font-view-ani.inner-wrap .dc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-visual.font .font-view-ani.inner-wrap .dc + .dc {
  margin-top: 0.16rem;
}
.top-visual.font .font-view-ani.inner-wrap .talk {
  background: var(--white-50);
  border: 0.01rem solid var(--white-dimmed);
  border-radius: 0.08rem 0.24rem 0.24rem;
  padding: 0.28rem 0.3rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 0.24rem var(--empty-bg-02);
}
.top-visual.font .font-view-ani.inner-wrap .dc + .talk {
  margin-top: 1rem;
  left: -0.68rem;
}
.top-visual.font .font-view-ani.inner-wrap .dc + .talk img {
  width: 2.08rem;
}
.top-visual.font .font-view-ani.inner-wrap .talk + .talk {
  margin-top: 0.24rem;
}
.top-visual.font .font-view-ani.inner-wrap .talk + .talk img {
  width: 3.44rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-visual.font .font-view-ani.inner-wrap {
    top: -0.22rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc {
    width: 8rem;
    height: 0.52rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .dc {
    margin-top: 0.24rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk {
    border-radius: 0.1rem 0.32rem 0.32rem;
    padding: 0.36rem 0.38rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 0.24rem var(--empty-bg-02);
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .talk {
    margin-top: 1.52rem;
    left: -0.9rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .talk img {
    width: 2.76rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk + .talk {
    margin-top: 0.32rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk + .talk img {
    width: 4.56rem;
  }
}
@media (min-width: 1280px) {
  .top-visual.font .font-view-ani.inner-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    row-gap: 0.32rem;
    column-gap: 2.9rem;
    top: -0.18rem;
    left: -0.25rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc {
    width: 10rem;
    height: 0.64rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .dc {
    margin-top: 0;
    margin-bottom: auto;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk {
    border-radius: 0.12rem 0.32rem 0.32rem;
    padding: 0.44rem 0.48rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .talk {
    margin-top: 0;
    margin-bottom: 0.04rem;
    left: -1.11rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .dc + .talk img {
    width: 3.42rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk + .talk {
    margin-top: 0.04rem;
  }
  .top-visual.font .font-view-ani.inner-wrap .talk + .talk img {
    width: 5.64rem;
  }
  .top-visual.font .font-view-ani.inner-wrap:before, .top-visual.font .font-view-ani.inner-wrap:after {
    display: none;
  }
}
.top-visual.font.visualHeaderOn {
  z-index: 9;
  animation: fade 0.25s ease-out;
}
.top-visual.font.visualHeaderOn .font-view-ani.inner-wrap {
  display: none;
}
.top-visual.font.visualHeaderOn .thumbnail {
  position: fixed;
  box-shadow: 0 0.08rem 0.08rem var(--list-glow);
  height: 2rem;
}
@media (max-width: 767px) {
  .top-visual.font.visualHeaderOn .thumbnail {
    height: 1.36rem;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* font-view animation */
.top-visual .inner-wrap.font-view-ani:after {
  height: auto;
  flex: 1;
}

.top-visual .inner-wrap.font-view-ani p {
  position: relative;
  margin: 0 auto;
  height: auto;
}

.top-visual .inner-wrap.font-view-ani p img {
  transition: none;
}

.top-visual .font-view-ani .dc {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}

.top-visual .font-view-ani .talk {
  transform: translateY(15%);
  opacity: 0;
}

.init .top-visual.animate .font-view-ani .dc {
  animation: text-mask-ani 3s ease-out forwards;
}

.init .top-visual.animate .font-view-ani .talk {
  animation: text-appear-ani 1.35s ease-out forwards;
}

.init .top-visual.animate .font-view-ani p[data-order="1"] {
  animation-delay: 0.35s;
}

.init .top-visual.animate .font-view-ani p[data-order="2"] {
  animation-delay: 0.75s;
}

.init .top-visual.animate .font-view-ani p[data-order="3"] {
  animation-delay: 3.35s;
}

.init .top-visual.animate .font-view-ani p[data-order="4"] {
  animation-delay: 3.8s;
}

@keyframes text-mask-ani {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes text-appear-ani {
  0% {
    transform: translateY(15%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.breadcrumb {
  padding: 0.32rem 0.4rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: var(--added-font);
  display: flex;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li + li::before {
  display: block;
  margin: 0 0.14rem;
  content: "＞";
}

@media (min-width: 768px) {
  .flex-layout {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-layout .list-view {
    flex-direction: row;
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
    padding-left: 0rem;
    padding-right: 0.4rem;
  }
  .flex-layout .flex-area-2 .list-item {
    width: 6.4rem;
  }
  .flex-layout.has-items-2 .list-view, .flex-layout.has-items-3 .list-view {
    width: 100%;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .flex-layout.has-items-2 .flex-area-2, .flex-layout.has-items-3 .flex-area-2 {
    align-items: unset;
  }
  .flex-layout [class*=flex-area] {
    box-sizing: border-box;
  }
  .flex-layout .flex-area-1 {
    flex: 1;
  }
  .flex-layout .flex-area-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: flex-start;
  }
  .flex-layout .flex-area-3 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .flex-layout .flex-area-2 .list-item {
    width: 9.8rem;
    max-width: unset;
  }
  .flex-layout.has-items-3 .flex-area-2 .list-item {
    width: 6.4rem;
  }
}
@media (max-width: 767px) {
  .flex-layout .banner-block + .list-view {
    margin-top: 0.24rem;
  }
}
@media (min-width: 768px) {
  .flex-layout .list-view .list-item + .list-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .flex-layout.has-banner {
    display: grid;
    grid-template-columns: 1fr 6.8rem;
    grid-template-areas: "area1 area2" "area3 area3";
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .flex-layout.has-banner {
    grid-template-columns: 1fr 10.2rem;
  }
}
@media (min-width: 768px) {
  .flex-layout.has-banner.has-items-2, .flex-layout.has-banner.has-items-3 {
    grid-template-areas: "area1 area1" "area3 area3" "area2 area2";
  }
  .flex-layout.has-banner .flex-area-1 {
    grid-area: area1;
  }
  .flex-layout.has-banner .flex-area-2 {
    grid-area: area2;
  }
  .flex-layout.has-banner .flex-area-3 {
    grid-area: area3;
  }
}

.lock-full-wrap .top-ui {
  padding-top: 0;
}
.lock-full-wrap .lock-container .content-wrap {
  padding: 1.12rem 0.4rem;
}

.lock-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lock-container.bg {
  background-color: var(--content-box-bg02);
}
@media (min-width: 768px) {
  .layer .lock-container {
    height: 11.4rem;
  }
}
.header.through + div .lock-container {
  padding-top: 1.36rem;
}
@media (min-width: 768px) {
  .header.through + div .lock-container {
    padding-top: 2rem;
  }
}

.lock-container .content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding: clamp(1.12rem, 11.78247734vh, 1.36rem) 0.4rem;
}
@media (min-width: 768px) {
  .lock-container .content-wrap {
    padding: 2rem 0.4rem;
  }
  .layer .lock-container .content-wrap {
    padding: 1.2rem 0.4rem;
  }
}
.header + div .content-wrap {
  padding-top: 0 !important;
}

.lock-container .content-wrap .title {
  font-size: 0.48rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.52rem;
  padding: 0;
}
.lock-container .content-wrap .sub {
  margin-top: 0.36rem;
  color: var(--sub-font);
  font-size: 0.28rem;
  line-height: 0.36rem;
}
.lock-container .content-wrap .txt-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  min-height: 0.36rem;
  padding: 0.16rem 0.4rem;
  margin-bottom: 0.44rem;
  color: var(--sub-font);
  font-size: 0.28rem;
  width: calc(100% - 0.8rem);
}
.lock-container .content-wrap .masking-area {
  display: flex;
  justify-content: center;
  margin-top: 0.48rem;
}
.lock-container .content-wrap .masking-area .dot {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.3rem;
  background: var(--divider-line);
  border-radius: 50%;
  text-indent: -100%;
  overflow: hidden;
  transition: background 0.05s ease-in;
}
.lock-container .content-wrap .masking-area .dot.is-active {
  background: var(--theme);
}
.lock-container .content-wrap .empty-space {
  min-height: unset;
}

.keypad-wrap {
  border-radius: 0.36rem 0 0 0;
  background: var(--white);
  box-shadow: 0 0 10px 0 var(--list-glow);
}
.keypad-wrap .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem 0.4rem;
  max-width: 5.6rem;
  margin: 0 auto;
  padding: 0.4rem;
  box-sizing: content-box;
}
.keypad-wrap .keypad-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.8rem) / 3);
  height: 1rem;
  font-size: 0.48rem;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.keypad-wrap .keypad-btn[data-name=delete] .svg {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.keypad-wrap .keypad-btn:active {
  color: var(--added-font);
  background-color: var(--input-press-02);
  border-radius: 0.24rem;
}
@media (min-width: 768px) {
  .keypad-wrap .inner-wrap {
    gap: 0.32rem 0.3rem;
  }
  .layer.full-container .keypad-wrap .inner-wrap {
    padding: 0.4rem;
  }
  .keypad-wrap .keypad-btn {
    width: calc((100% - 0.6rem) / 3);
  }
}

.notice-wrap {
  width: 7.2rem;
  min-height: max-content;
  margin: auto;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice-wrap .page-visual.notice {
  padding: 0;
}
.notice-wrap .content {
  margin-top: 0.6rem;
}
.notice-wrap .common-title {
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.56rem;
}
.notice-wrap .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
  margin-top: 0.34rem;
}
.notice-wrap .notice-date {
  color: var(--theme-font);
  margin-top: 0.8rem;
}
.notice-wrap .notice-date .common-title {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.36rem;
  display: flex;
  gap: 0.3rem;
  padding: 0 0.4rem;
  align-items: center;
  text-align: center;
}
.notice-wrap .notice-date .common-title::before, .notice-wrap .notice-date .common-title::after {
  display: block;
  width: 100%;
  height: 0.01rem;
  background: var(--theme-font);
  content: "";
}
.notice-wrap .notice-date .date-wrap {
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.notice-wrap .notice-date .date-wrap .common {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.notice-wrap .notice-date .date-wrap .common + .common {
  margin-top: 0.12rem;
}

.root-box {
  padding: 0 0.4rem;
  margin: 1.2rem auto;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 767px) {
  .root-box {
    margin: 0.24rem auto 1.2rem;
  }
}
.root-box.pc-border {
  width: 100%;
  max-width: 10rem;
  margin: 1.2rem auto;
  box-sizing: border-box;
  flex: 1;
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 1.6rem 0.4rem;
}
@media (min-width: 768px) {
  .root-box.pc-border::after {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
}
.root-box.pc-border .content {
  margin: 0;
  padding: 0;
}
.root-box.pc-border .page-visual {
  padding: 0;
}
.root-box.pc-border .page-visual + .content {
  margin-top: 0.6rem;
}
.root-box.pc-border .button-box {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .root-box.pc-border {
    padding: 1.2rem 1.8rem;
  }
  .root-box.pc-border .button-box {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.root-box .content {
  margin: 0.36rem 0 0.48rem;
  padding: 0.3rem 0.8rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .root-box .content {
    margin: 0 0 0.48rem;
    padding: 0.6rem 0.32rem;
  }
}
.root-box .content .common-title {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.root-box .content .common {
  font-size: 0.28rem;
  line-height: 0.32rem;
}
.root-box .content .common-title + .common {
  margin-top: 0.4rem;
}
.root-box .thumbnail {
  display: block;
  border: solid 0.01rem var(--list-stroke);
  border-radius: 0.36rem;
  width: 1.48rem;
  height: 1.48rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.16rem var(--list-glow-04);
}
.root-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.root-box .list-launcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.58rem;
  padding: 0.24rem 0.4rem;
  width: 6.4rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.root-box .list-launcher .list-item.launcher {
  width: 1.48rem;
}
.root-box .list-launcher .list-item.launcher .link-launcher {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.root-box .list-launcher .list-item.launcher .link-launcher .title {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: var(--stit-font);
  text-align: center;
  margin-top: 0.16rem;
}
@media (min-width: 768px) {
  .root-box .list-launcher {
    gap: 0.4rem;
    padding: 0.24rem 0.8rem;
    width: 100%;
    max-width: 13.2rem;
  }
  .root-box .list-launcher .list-item.launcher {
    --theme-bg-2: rgba(var(--theme-base), 0.2);
    --theme-bg-03: rgba(var(--theme-base), 0.03);
    width: 3.6rem;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0.32rem;
    border: solid 0.01rem var(--list-stroke);
    box-shadow: 0 0.02rem 0.16rem var(--list-glow-02);
    background: var(--white);
    background-clip: padding-box;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    position: relative;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher {
    flex-direction: column;
    padding: 0.32rem;
    align-items: flex-start;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title {
    line-height: 0.36rem;
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: var(--main-font);
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title span {
    font-weight: 700;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .title::after {
    content: "";
    display: block;
    width: 0;
    height: 0.12rem;
    background: var(--theme-bg-2);
    transition-property: width;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    position: absolute;
    bottom: 0;
    border-radius: 0.06rem;
    z-index: 5;
  }
  .root-box .list-launcher .list-item.launcher .link-launcher .thumbnail {
    width: 0.88rem;
    height: 0.88rem;
    margin-top: 0.2rem;
    margin-left: auto;
    border-radius: 0.2rem;
    z-index: 2;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (hover: hover) {
  .root-box .list-launcher .list-item.launcher:hover .link-launcher {
    background: var(--theme-bg-03);
  }
  .root-box .list-launcher .list-item.launcher:hover .title::after {
    width: 100%;
  }
  .root-box .list-launcher .list-item.launcher:hover .thumbnail {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .root-box .list-launcher .list-item.launcher:active .link-launcher {
    background: var(--theme-bg-03);
  }
  .root-box .list-launcher .list-item.launcher:active .title::after {
    width: 100%;
  }
  .root-box .list-launcher .list-item.launcher:active .thumbnail {
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .qna-container {
    min-height: 14.05rem;
  }
}

.qna-filled-wrap .inner-wrap {
  padding: 0.48rem 0;
}
.qna-filled-wrap .email-txt {
  padding: 0.2rem 0.4rem;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.4rem;
}
.qna-filled-wrap .select-box .select-button .icon.is-active {
  color: var(--theme);
}
.qna-filled-wrap .select-box .select-button .arrow,
.qna-filled-wrap .select-box .select-button .add {
  color: var(--theme);
}
@media (min-width: 768px) {
  .qna-filled-wrap .email-txt {
    text-align: center;
  }
  .qna-filled-wrap .select-box-list .list-group {
    position: relative;
  }
  .qna-filled-wrap .select-box-list .list-group .file-thumbnail {
    background-clip: padding-box;
    position: absolute;
    top: calc(50% - 0.34rem);
    right: 0.4rem;
    width: 4.68rem;
    margin-right: 0.72rem;
    padding-left: 0.72rem;
  }
  .qna-filled-wrap .select-box-list .list-group .file-thumbnail .ui-btn[name=ui-delete] {
    margin-left: auto;
  }
  .qna-filled-wrap .select-box-list .list-group .file-thumbnail .ui-btn[name=ui-delete] .cls-0 {
    filter: none;
  }
}
@media (max-width: 767px) {
  .qna-filled-wrap > .empty-space {
    min-height: 0;
  }
}

.qna-list-wrap .contents-container {
  padding: 0.12rem 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.qna-list-wrap .item-header {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0.48rem 0.24rem 0.48rem 0.4rem;
}
.qna-list-wrap .item-header .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2rem;
  overflow: hidden;
}
.qna-list-wrap .item-header .arrow {
  flex: none;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  padding: 0.14rem;
  color: var(--input-icon-30);
}
.qna-list-wrap .item-content {
  display: none;
  background-color: var(--content-box-bg02);
  padding: 0.6rem 0.4rem;
  margin-top: 0.12rem;
}
.qna-list-wrap .txt-link .sub {
  font-size: 0.26rem;
  line-height: 0.28rem;
}
@media (min-width: 768px) {
  .qna-list-wrap .item-header {
    gap: 0.4rem;
  }
  .pc-border .qna-list .item-content,
  .pc-border .notice-list .item-content {
    padding: 0.6rem 0.8rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    position: relative;
    z-index: 1;
  }
}
.qna-list-wrap .contents-container {
  min-height: 12.36rem;
}
@media (max-width: 767px) {
  .qna-list-wrap .contents-container {
    min-height: 6.31rem;
  }
}
.qna-list-wrap .qna-list .title {
  font-size: 0.3rem;
  line-height: 0.36rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qna-list-wrap .qna-list .date {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: var(--added-font);
}
.qna-list-wrap .qna-list .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.qna-list-wrap .qna-list .question-wrap,
.qna-list-wrap .qna-list .answer-wrap {
  flex: 1;
  display: flex;
}
.qna-list-wrap .qna-list .question-wrap .content,
.qna-list-wrap .qna-list .answer-wrap .content {
  flex: 1;
}
.qna-list-wrap .qna-list .question-wrap .content *,
.qna-list-wrap .qna-list .answer-wrap .content * {
  word-break: break-all;
}
.qna-list-wrap .qna-list .question-wrap::before,
.qna-list-wrap .qna-list .answer-wrap::before {
  flex: none;
  display: block;
  width: 0.36rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 700;
  margin-right: 0.2rem;
}
.qna-list-wrap .qna-list .question-wrap::before {
  content: "Q";
}
.qna-list-wrap .qna-list .answer-wrap {
  margin-top: 0.4rem;
}
.qna-list-wrap .qna-list .answer-wrap::before {
  content: "A";
}

.notice-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.notice-container .notice-list-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.notice-container .contents-container {
  flex: 1;
}
.page-title-wrap + .notice-container .contents-container {
  padding: 0.12rem 0;
}

.notice-container + .empty-space {
  flex: none;
}

.notice-list-wrap .contents-container {
  padding: 0.12rem 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.notice-list-wrap .item-header {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0.48rem 0.24rem 0.48rem 0.4rem;
}
.notice-list-wrap .item-header .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2rem;
  overflow: hidden;
}
.notice-list-wrap .item-header .arrow {
  flex: none;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  padding: 0.14rem;
  color: var(--input-icon-30);
}
.notice-list-wrap .item-content {
  display: none;
  background-color: var(--content-box-bg02);
  padding: 0.6rem 0.4rem;
  margin-top: 0.12rem;
}
.notice-list-wrap .txt-link .sub {
  font-size: 0.26rem;
  line-height: 0.28rem;
}
@media (min-width: 768px) {
  .notice-list-wrap .item-header {
    gap: 0.4rem;
  }
  .pc-border .qna-list .item-content,
  .pc-border .notice-list .item-content {
    padding: 0.6rem 0.8rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    position: relative;
    z-index: 1;
  }
}
.notice-list-wrap .notice-list .title {
  font-size: 0.3rem;
  line-height: 0.44rem;
  font-weight: bold;
  word-break: keep-all;
  padding-right: 0.24rem;
  position: relative;
}
.notice-list-wrap .notice-list .date {
  font-size: 0.22rem;
  line-height: 0.24rem;
  color: var(--added-font);
}
.notice-list-wrap .notice-list .common {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: var(--sub-main-font);
  color: var(--sub-font);
  word-break: keep-all;
}
.notice-list-wrap .notice-list .item-header {
  padding: 0.4rem 0.24rem 0.36rem 0.4rem;
  min-height: 1.6rem;
  box-sizing: border-box;
}
.notice-list-wrap .notice-list .item-header .content {
  row-gap: 0.12rem;
}
.notice-list-wrap .notice-list .item-header .divider {
  background: var(--divider-line);
}
.notice-list-wrap .notice-list .item-header[aria-expanded=true] ~ .divider {
  background: transparent;
}
.notice-list-wrap .notice-list .item-content {
  background-color: var(--content-box-bg03);
}
.notice-list-wrap .notice-list .item-content .content {
  color: var(--sub-font);
}
.notice-list-wrap .notice-list .item-content .content * {
  font-size: 0.28rem;
}
.notice-list-wrap .notice-list .item-content .content a {
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}
.notice-list-wrap .notice-list li:last-child .divider {
  display: none;
}
.notice-list-wrap .notice-list .badge--dot {
  margin-left: 0.16rem;
  margin-top: 0.18rem;
  position: absolute;
}
@media (max-width: 767px) {
  .notice-list-wrap .button-box.mb-30 {
    margin-bottom: 0 !important;
  }
}

.app-page-wrap .faq-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.faq-container .title {
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.46rem;
}
.faq-container .common {
  color: var(--sub-main-font);
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.faq-container .question-wrap {
  padding: 0.4rem;
}
.faq-container .answer-wrap {
  line-height: 0.48rem;
  padding: 0.4rem;
}
.faq-container .section-type-list {
  flex: 1;
}
.faq-container + .empty-space {
  flex: none;
}/*# sourceMappingURL=store-layout.v1.css.map */